#F8F8E9
A very light, moderate neutral closely aligning with Ivory.
About #F8F8E9
Visually, #F8F8E9 is defined as a moderate neutral. If you're using CSS, you might find it aligns closely with Ivory. This translates to an RGB value of rgb(248, 248, 233).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 51.7% saturation, and 94.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8F8E9
RGB248, 248, 233
HSL60.0°, 51.7%, 94.3%
CMYK0%, 0%, 6%, 3%
HSV60.0°, 6.0%, 97.3%
LAB97.2, -2.6, 7.2
XYZ87.0, 93.0, 90.5
Decimal16316649
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.59:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F8E9;
}
.text-color {
color: #F8F8E9;
}
.border-color {
border: 2px solid #F8F8E9;
}