#FFF8DB
A very light, vivid neutral closely aligning with Cornsilk.
About #FFF8DB
Visually, #FFF8DB is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Cornsilk. This translates to an RGB value of rgb(255, 248, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 3% magenta, 14% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFF8DB
RGB255, 248, 219
HSL48.3°, 100.0%, 92.9%
CMYK0%, 3%, 14%, 0%
HSV48.3°, 14.1%, 100.0%
LAB97.4, -2.4, 14.8
XYZ87.6, 93.5, 80.5
Decimal16775387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.70:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF8DB;
}
.text-color {
color: #FFF8DB;
}
.border-color {
border: 2px solid #FFF8DB;
}