#BDA8B6
A light, muted magenta closely aligning with Thistle.
About #BDA8B6
At its core, #BDA8B6 is a light and muted hue. If you're using CSS, you might find it aligns closely with Thistle. Its digital footprint relies on 189 parts red, 168 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 11% M, 4% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#BDA8B6
RGB189, 168, 182
HSL320.0°, 13.7%, 70.0%
CMYK0%, 11%, 4%, 26%
HSV320.0°, 11.1%, 74.1%
LAB71.0, 10.1, -4.4
XYZ43.4, 42.2, 50.1
Decimal12429494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.44:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA8B6;
}
.text-color {
color: #BDA8B6;
}
.border-color {
border: 2px solid #BDA8B6;
}