Khaki (Yellow)
#C5E489
RGB: 197, 228, 137
Color OverviewHEX #C5E489

#C5E489 Color Code Information

In the RGB color space, #C5E489 is composed of 77% red, 89% green, and 54% blue. In the HSL color space, it has a hue of 80°, saturation of 63%, and lightness of 72%.

HEX
#C5E489
RGB
197, 228, 137
HSL
80°, 63%, 72%
HSV
80°, 40%, 89%
CMYK
14%, 0%, 40%, 11%
Name Match
Khaki
Closest Standard

Shades of #C5E489 (Darker Variations)

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

Tints of #C5E489 (Lighter Variations)

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

Tones of #C5E489 (Muted Variations)

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

Color Harmonies for #C5E489

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 #C5E489 Background
Contrast Ratio against Pure White (#FFFFFF):1.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C5E489 Background
Contrast Ratio against Pure Black (#000000):14.83 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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