#F0E2FF
A very light, vivid neutral closely aligning with Lavender.
About #F0E2FF
The hex code #F0E2FF represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Lavender. Its digital footprint relies on 240 parts red, 226 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 11% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F0E2FF
RGB240, 226, 255
HSL269.0°, 100.0%, 94.3%
CMYK6%, 11%, 0%, 0%
HSV269.0°, 11.4%, 100.0%
LAB91.7, 10.0, -12.3
XYZ81.2, 80.1, 105.8
Decimal15786751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.03:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E2FF;
}
.text-color {
color: #F0E2FF;
}
.border-color {
border: 2px solid #F0E2FF;
}