#F0E9F0
A very light, muted neutral closely aligning with Lavenderblush.
About #F0E9F0
Visually, #F0E9F0 is defined as a muted neutral. If you're using CSS, you might find it aligns closely with Lavenderblush. This translates to an RGB value of rgb(240, 233, 240).
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, 0% yellow, and 6% black. The HSL representation is 300.0° hue, 18.9% saturation, and 92.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0E9F0
RGB240, 233, 240
HSL300.0°, 18.9%, 92.7%
CMYK0%, 3%, 0%, 6%
HSV300.0°, 2.9%, 94.1%
LAB93.1, 3.6, -2.6
XYZ80.8, 83.1, 94.2
Decimal15788528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.62:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E9F0;
}
.text-color {
color: #F0E9F0;
}
.border-color {
border: 2px solid #F0E9F0;
}