#F0DBF8
A very light, moderate neutral closely aligning with Lavender.
About #F0DBF8
The precise color #F0DBF8 is an excellent choice for modern design projects. Its closest recognized web color is Lavender. In the RGB color space, it consists of 240 red, 219 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 12% magenta, 0% yellow, and 3% black. The HSL representation is 283.4° hue, 67.4% saturation, and 91.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0DBF8
RGB240, 219, 248
HSL283.4°, 67.4%, 91.6%
CMYK3%, 12%, 0%, 3%
HSV283.4°, 11.7%, 97.3%
LAB89.8, 12.3, -11.5
XYZ78.2, 76.0, 99.3
Decimal15784952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.19:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DBF8;
}
.text-color {
color: #F0DBF8;
}
.border-color {
border: 2px solid #F0DBF8;
}