#FFE2FF
A very light, vivid neutral closely aligning with Lavender.
About #FFE2FF
At its core, #FFE2FF is a very light and vivid hue. Its closest recognized web color is Lavender. Its digital footprint relies on 255 parts red, 226 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 11% magenta, 0% yellow, and 0% black. With a hue angle of 300.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFE2FF
RGB255, 226, 255
HSL300.0°, 100.0%, 94.3%
CMYK0%, 11%, 0%, 0%
HSV300.0°, 11.4%, 100.0%
LAB93.0, 14.9, -10.4
XYZ86.5, 82.9, 106.0
Decimal16769791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.57:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE2FF;
}
.text-color {
color: #FFE2FF;
}
.border-color {
border: 2px solid #FFE2FF;
}