#FFF8DC
A very light, vivid neutral closely aligning with Cornsilk.
About #FFF8DC
Visually, #FFF8DC is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Cornsilk. In the RGB color space, it consists of 255 red, 248 green, and 220 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF8DC
RGB255, 248, 220
HSL48.0°, 100.0%, 93.1%
CMYK0%, 3%, 14%, 0%
HSV48.0°, 13.7%, 100.0%
LAB97.5, -2.2, 14.3
XYZ87.7, 93.6, 81.1
Decimal16775388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.71:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF8DC;
}
.text-color {
color: #FFF8DC;
}
.border-color {
border: 2px solid #FFF8DC;
}