#F8F8FF
A very light, vivid neutral closely aligning with Ghostwhite.
About #F8F8FF
The hex code #F8F8FF represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Ghostwhite. This translates to an RGB value of rgb(248, 248, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 3% M, 0% Y, and 0% K. The HSL representation is 240.0° hue, 100.0% saturation, and 98.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8F8FF
RGB248, 248, 255
HSL240.0°, 100.0%, 98.6%
CMYK3%, 3%, 0%, 0%
HSV240.0°, 2.7%, 100.0%
LAB97.8, 1.3, -3.4
XYZ90.3, 94.3, 108.1
Decimal16316671
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.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F8FF;
}
.text-color {
color: #F8F8FF;
}
.border-color {
border: 2px solid #F8F8FF;
}