#F0DBFF
A very light, vivid neutral closely aligning with Lavender.
About #F0DBFF
At its core, #F0DBFF is a very light and vivid hue. Designers often compare it to the standard color Lavender. In the RGB color space, it consists of 240 red, 219 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 14% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0DBFF
RGB240, 219, 255
HSL275.0°, 100.0%, 92.9%
CMYK6%, 14%, 0%, 0%
HSV275.0°, 14.1%, 100.0%
LAB90.0, 13.6, -14.9
XYZ79.3, 76.4, 105.2
Decimal15784959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.28:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DBFF;
}
.text-color {
color: #F0DBFF;
}
.border-color {
border: 2px solid #F0DBFF;
}