#D3E2FF
A very light, vivid neutral closely aligning with Lavender.
About #D3E2FF
At its core, #D3E2FF is a very light and vivid hue. It is closely associated with the named CSS color Lavender. This translates to an RGB value of rgb(211, 226, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 17% C, 11% M, 0% Y, and 0% K. With a hue angle of 219.5 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3E2FF
RGB211, 226, 255
HSL219.5°, 100.0%, 91.4%
CMYK17%, 11%, 0%, 0%
HSV219.5°, 17.3%, 100.0%
LAB89.6, 0.8, -15.7
XYZ72.1, 75.5, 105.4
Decimal13886207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.09:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E2FF;
}
.text-color {
color: #D3E2FF;
}
.border-color {
border: 2px solid #D3E2FF;
}