Khaki (Yellow)
#DAD48B
RGB: 218, 212, 139
Color OverviewHEX #DAD48B
#DAD48B Color Code Information
In the RGB color space, #DAD48B is composed of 85% red, 83% green, and 55% blue. In the HSL color space, it has a hue of 55°, saturation of 52%, and lightness of 70%.
HEX
#DAD48B
RGB
218, 212, 139
HSL
55°, 52%, 70%
HSV
55°, 36%, 85%
CMYK
0%, 3%, 36%, 15%
Name Match
Khaki
Closest StandardShades of #DAD48B (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DAD48B (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DAD48B (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DAD48B
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 #DAD48B Background
Contrast Ratio against Pure White (#FFFFFF):1.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DAD48B Background
Contrast Ratio against Pure Black (#000000):13.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DAD48B;
}
.element {
color: #DAD48B;
background-color: #DAD48B;
border-color: #DAD48B;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DAD48B] text-[#DAD48B] border-[#DAD48B]"> Content styled with #DAD48B </div>