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