#F8F0F8
A very light, moderate neutral closely aligning with Lavenderblush.
About #F8F0F8
At its core, #F8F0F8 is a very light and moderate hue. Designers often compare it to the standard color Lavenderblush. In the RGB color space, it consists of 248 red, 240 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. 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.
Ensuring your text is legible against this background is a key part of web design. 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#F8F0F8
RGB248, 240, 248
HSL300.0°, 36.4%, 95.7%
CMYK0%, 3%, 0%, 3%
HSV300.0°, 3.2%, 97.3%
LAB95.6, 4.1, -2.9
XYZ86.8, 89.1, 101.4
Decimal16314616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.81:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F0F8;
}
.text-color {
color: #F8F0F8;
}
.border-color {
border: 2px solid #F8F0F8;
}