#DBCCFF
A very light, vivid purple closely aligning with Thistle.
About #DBCCFF
At its core, #DBCCFF is a very light and vivid hue. Its closest recognized web color is Thistle. In the RGB color space, it consists of 219 red, 204 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 14% cyan, 20% magenta, 0% yellow, and 0% black. The HSL representation is 257.6° hue, 100.0% saturation, and 90.0% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBCCFF
RGB219, 204, 255
HSL257.6°, 100.0%, 90.0%
CMYK14%, 20%, 0%, 0%
HSV257.6°, 20.0%, 100.0%
LAB84.7, 14.9, -23.1
XYZ68.9, 65.5, 103.6
Decimal14404863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.09:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCCFF;
}
.text-color {
color: #DBCCFF;
}
.border-color {
border: 2px solid #DBCCFF;
}