Cadet Blue (Blue)
#77B181
RGB: 119, 177, 129
Color OverviewHEX #77B181

#77B181 Color Code Information

In the RGB color space, #77B181 is composed of 47% red, 69% green, and 51% blue. In the HSL color space, it has a hue of 130°, saturation of 27%, and lightness of 58%.

HEX
#77B181
RGB
119, 177, 129
HSL
130°, 27%, 58%
HSV
130°, 33%, 69%
CMYK
33%, 0%, 27%, 31%
Name Match
Cadet Blue
Closest Standard

Shades of #77B181 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #77B181 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #77B181 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #77B181

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #77B181 Background
Contrast Ratio against Pure White (#FFFFFF):2.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #77B181 Background
Contrast Ratio against Pure Black (#000000):8.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #77B181;
}

.element {
  color: #77B181;
  background-color: #77B181;
  border-color: #77B181;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#77B181] text-[#77B181] border-[#77B181]">
  Content styled with #77B181
</div>