#F8F0FF
A very light, vivid neutral closely aligning with Ghostwhite.
About #F8F0FF
At its core, #F8F0FF is a very light and vivid hue. Its closest recognized web color is Ghostwhite. This translates to an RGB value of rgb(248, 240, 255).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 3% cyan and 6% magenta inks. With a hue angle of 272.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#F8F0FF
RGB248, 240, 255
HSL272.0°, 100.0%, 97.1%
CMYK3%, 6%, 0%, 0%
HSV272.0°, 5.9%, 100.0%
LAB95.8, 5.3, -6.3
XYZ87.9, 89.5, 107.2
Decimal16314623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.90:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F0FF;
}
.text-color {
color: #F8F0FF;
}
.border-color {
border: 2px solid #F8F0FF;
}