#F0E9FF
A very light, vivid neutral closely aligning with Lavender.
About #F0E9FF
At its core, #F0E9FF is a very light and vivid hue. It is closely associated with the named CSS color Lavender. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 233, and 255.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 6% cyan, 9% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0E9FF
RGB240, 233, 255
HSL259.1°, 100.0%, 95.7%
CMYK6%, 9%, 0%, 0%
HSV259.1°, 8.6%, 100.0%
LAB93.5, 6.3, -9.8
XYZ83.1, 84.0, 106.4
Decimal15788543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.80:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E9FF;
}
.text-color {
color: #F0E9FF;
}
.border-color {
border: 2px solid #F0E9FF;
}