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