Khaki (Yellow)
#DAE497
RGB: 218, 228, 151
Color OverviewHEX #DAE497

#DAE497 Color Code Information

In the RGB color space, #DAE497 is composed of 85% red, 89% green, and 59% blue. In the HSL color space, it has a hue of 68°, saturation of 59%, and lightness of 74%.

HEX
#DAE497
RGB
218, 228, 151
HSL
68°, 59%, 74%
HSV
68°, 34%, 89%
CMYK
4%, 0%, 34%, 11%
Name Match
Khaki
Closest Standard

Shades of #DAE497 (Darker Variations)

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

Tints of #DAE497 (Lighter Variations)

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

Tones of #DAE497 (Muted Variations)

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

Color Harmonies for #DAE497

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

Developer Code Snippets & Tailwind CSS

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

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