#F8E2FF
A very light, vivid neutral closely aligning with Lavender.
About #F8E2FF
At its core, #F8E2FF is a very light and vivid hue. Designers often compare it to the standard color Lavender. In the RGB color space, it consists of 248 red, 226 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 11% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8E2FF
RGB248, 226, 255
HSL285.5°, 100.0%, 94.3%
CMYK3%, 11%, 0%, 0%
HSV285.5°, 11.4%, 100.0%
LAB92.4, 12.6, -11.3
XYZ84.0, 81.6, 105.9
Decimal16311039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.31:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E2FF;
}
.text-color {
color: #F8E2FF;
}
.border-color {
border: 2px solid #F8E2FF;
}