Khaki (Yellow)
#ECF985
RGB: 236, 249, 133
Color OverviewHEX #ECF985

#ECF985 Color Code Information

In the RGB color space, #ECF985 is composed of 93% red, 98% green, and 52% blue. In the HSL color space, it has a hue of 67°, saturation of 91%, and lightness of 75%.

HEX
#ECF985
RGB
236, 249, 133
HSL
67°, 91%, 75%
HSV
67°, 47%, 98%
CMYK
5%, 0%, 47%, 2%
Name Match
Khaki
Closest Standard

Shades of #ECF985 (Darker Variations)

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

Tints of #ECF985 (Lighter Variations)

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

Tones of #ECF985 (Muted Variations)

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

Color Harmonies for #ECF985

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

Developer Code Snippets & Tailwind CSS

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

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