#D3E9FF
A very light, vivid neutral closely aligning with Lavender.
About #D3E9FF
When working with digital screens, the color #D3E9FF is rendered by mixing light. Its closest recognized web color is Lavender. This translates to an RGB value of rgb(211, 233, 255).
If you are designing for print, the four-color process is what matters most. The color uses 17% Cyan, 9% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3E9FF
RGB211, 233, 255
HSL210.0°, 100.0%, 91.4%
CMYK17%, 9%, 0%, 0%
HSV210.0°, 17.3%, 100.0%
LAB91.4, -2.8, -13.1
XYZ74.1, 79.3, 106.0
Decimal13887999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.87:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E9FF;
}
.text-color {
color: #D3E9FF;
}
.border-color {
border: 2px solid #D3E9FF;
}