Khaki (Yellow)
#DAD595
RGB: 218, 213, 149
Color OverviewHEX #DAD595

#DAD595 Color Code Information

In the RGB color space, #DAD595 is composed of 85% red, 84% green, and 58% blue. In the HSL color space, it has a hue of 56°, saturation of 48%, and lightness of 72%.

HEX
#DAD595
RGB
218, 213, 149
HSL
56°, 48%, 72%
HSV
56°, 32%, 85%
CMYK
0%, 2%, 32%, 15%
Name Match
Khaki
Closest Standard

Shades of #DAD595 (Darker Variations)

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

Tints of #DAD595 (Lighter Variations)

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

Tones of #DAD595 (Muted Variations)

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

Color Harmonies for #DAD595

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

Developer Code Snippets & Tailwind CSS

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

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