Khaki (Yellow)
#D1DB84
RGB: 209, 219, 132
Color OverviewHEX #D1DB84

#D1DB84 Color Code Information

In the RGB color space, #D1DB84 is composed of 82% red, 86% green, and 52% blue. In the HSL color space, it has a hue of 67°, saturation of 55%, and lightness of 69%.

HEX
#D1DB84
RGB
209, 219, 132
HSL
67°, 55%, 69%
HSV
67°, 40%, 86%
CMYK
5%, 0%, 40%, 14%
Name Match
Khaki
Closest Standard

Shades of #D1DB84 (Darker Variations)

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

Tints of #D1DB84 (Lighter Variations)

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

Tones of #D1DB84 (Muted Variations)

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

Color Harmonies for #D1DB84

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

Developer Code Snippets & Tailwind CSS

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

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