#D3B6DB
A light, moderate magenta closely aligning with Thistle.
About #D3B6DB
At its core, #D3B6DB is a light and moderate hue. Its closest recognized web color is Thistle. Its digital footprint relies on 211 parts red, 182 parts green, and 219 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 4% Cyan, 17% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3B6DB
RGB211, 182, 219
HSL287.0°, 33.9%, 78.6%
CMYK4%, 17%, 0%, 14%
HSV287.0°, 16.9%, 85.9%
LAB77.5, 17.0, -14.7
XYZ56.4, 52.4, 74.2
Decimal13874907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.48:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B6DB;
}
.text-color {
color: #D3B6DB;
}
.border-color {
border: 2px solid #D3B6DB;
}