#DBCCE2
A very light, muted purple closely aligning with Thistle.
About #DBCCE2
The precise color #DBCCE2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(219, 204, 226).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 10% magenta inks. With a hue angle of 280.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBCCE2
RGB219, 204, 226
HSL280.9°, 27.5%, 84.3%
CMYK3%, 10%, 0%, 11%
HSV280.9°, 9.7%, 88.6%
LAB83.8, 9.2, -9.0
XYZ64.5, 63.7, 80.9
Decimal14404834
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.75:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCCE2;
}
.text-color {
color: #DBCCE2;
}
.border-color {
border: 2px solid #DBCCE2;
}