Khaki (Yellow)
#DCE99F
RGB: 220, 233, 159
Color OverviewHEX #DCE99F
#DCE99F Color Code Information
In the RGB color space, #DCE99F is composed of 86% red, 91% green, and 62% blue. In the HSL color space, it has a hue of 71°, saturation of 63%, and lightness of 77%.
HEX
#DCE99F
RGB
220, 233, 159
HSL
71°, 63%, 77%
HSV
71°, 32%, 91%
CMYK
6%, 0%, 32%, 9%
Name Match
Khaki
Closest StandardShades of #DCE99F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DCE99F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DCE99F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DCE99F
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DCE99F Background
Contrast Ratio against Pure White (#FFFFFF):1.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DCE99F Background
Contrast Ratio against Pure Black (#000000):16.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DCE99F;
}
.element {
color: #DCE99F;
background-color: #DCE99F;
border-color: #DCE99F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DCE99F] text-[#DCE99F] border-[#DCE99F]"> Content styled with #DCE99F </div>