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