#FFF8E9
A very light, vivid neutral closely aligning with Oldlace.
About #FFF8E9
The hex code #FFF8E9 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Oldlace. This translates to an RGB value of rgb(255, 248, 233).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 3% M, 9% Y, and 0% K. With a hue angle of 40.9 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFF8E9
RGB255, 248, 233
HSL40.9°, 100.0%, 95.7%
CMYK0%, 3%, 9%, 0%
HSV40.9°, 8.6%, 100.0%
LAB97.7, -0.2, 8.0
XYZ89.5, 94.3, 90.6
Decimal16775401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.86:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF8E9;
}
.text-color {
color: #FFF8E9;
}
.border-color {
border: 2px solid #FFF8E9;
}