Khaki (Yellow)
#E6E67C
RGB: 230, 230, 124
Color OverviewHEX #E6E67C

#E6E67C Color Code Information

In the RGB color space, #E6E67C is composed of 90% red, 90% green, and 49% blue. In the HSL color space, it has a hue of 60°, saturation of 68%, and lightness of 69%.

HEX
#E6E67C
RGB
230, 230, 124
HSL
60°, 68%, 69%
HSV
60°, 46%, 90%
CMYK
0%, 0%, 46%, 10%
Name Match
Khaki
Closest Standard

Shades of #E6E67C (Darker Variations)

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

Tints of #E6E67C (Lighter Variations)

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

Tones of #E6E67C (Muted Variations)

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

Color Harmonies for #E6E67C

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

Developer Code Snippets & Tailwind CSS

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

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