#F0E2F8
A very light, moderate neutral closely aligning with Lavender.
About #F0E2F8
The hex code #F0E2F8 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Lavender. This translates to an RGB value of rgb(240, 226, 248).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 9% M, 0% Y, and 3% K. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0E2F8
RGB240, 226, 248
HSL278.2°, 61.1%, 92.9%
CMYK3%, 9%, 0%, 3%
HSV278.2°, 8.9%, 97.3%
LAB91.5, 8.7, -9.0
XYZ80.1, 79.7, 100.0
Decimal15786744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.94:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E2F8;
}
.text-color {
color: #F0E2F8;
}
.border-color {
border: 2px solid #F0E2F8;
}