#DBD3F8
A very light, vivid blue closely aligning with Thistle.
About #DBD3F8
At its core, #DBD3F8 is a very light and vivid hue. It is closely associated with the named CSS color Thistle. In the RGB color space, it consists of 219 red, 211 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 12% Cyan, 15% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBD3F8
RGB219, 211, 248
HSL253.0°, 72.5%, 90.0%
CMYK12%, 15%, 0%, 3%
HSV253.0°, 14.9%, 97.3%
LAB86.2, 9.8, -17.1
XYZ69.5, 68.4, 98.4
Decimal14406648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD3F8;
}
.text-color {
color: #DBD3F8;
}
.border-color {
border: 2px solid #DBD3F8;
}