#bda5cb
a light, soft violet · warm · closest name: plum
RGB
189, 165, 203
HSL
278°, 27%, 72%
CMYK
7, 19, 0, 20
Luminance
0.4204
Every format
| HEX | #bda5cb |
| RGB | rgb(189, 165, 203) |
| HSL | hsl(278, 27%, 72%) |
| CMYK | cmyk(7%, 19%, 0%, 20%) |
| LAB | lab(70.9 15.8 -16.1) |
| LCH | lch(70.9 22.6 314.3) |
| OKLCH | oklch(0.755 0.060 313.1) |
Copy-ready code
/* CSS */
color: #bda5cb;
background-color: #bda5cb;
/* Tailwind (arbitrary) */
class="text-[#bda5cb] bg-[#bda5cb]"
/* SCSS */
$brand: #bda5cb;
/* SwiftUI */
Color(red: 0.741, green: 0.647, blue: 0.796)
/* Android */
Color.parseColor("#bda5cb")Accessibility — WCAG contrast
Aa
#bda5cb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda5cb on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green64.7%
Blue79.6%
CMYK percentages
Cyan6.9%
Magenta18.7%
Yellow0.0%
Key (black)20.4%
Color previews
#bda5cb text on a black background
contrast 9.41:1
Card sample
#bda5cb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda5cb;
Background color
Panel with #bda5cb background
background-color: #bda5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 165, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 165, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda5cb; background: linear-gradient(135deg, #bda5cb, #CBA5C0);