#bda5cd
a light, soft violet · warm · closest name: plum
RGB
189, 165, 205
HSL
276°, 29%, 73%
CMYK
8, 20, 0, 20
Luminance
0.4214
Every format
| HEX | #bda5cd |
| RGB | rgb(189, 165, 205) |
| HSL | hsl(276, 29%, 73%) |
| CMYK | cmyk(8%, 20%, 0%, 20%) |
| LAB | lab(71.0 16.2 -17.1) |
| LCH | lch(71.0 23.6 313.3) |
| OKLCH | oklch(0.756 0.062 311.7) |
Copy-ready code
/* CSS */
color: #bda5cd;
background-color: #bda5cd;
/* Tailwind (arbitrary) */
class="text-[#bda5cd] bg-[#bda5cd]"
/* SCSS */
$brand: #bda5cd;
/* SwiftUI */
Color(red: 0.741, green: 0.647, blue: 0.804)
/* Android */
Color.parseColor("#bda5cd")Accessibility — WCAG contrast
Aa
#bda5cd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda5cd on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green64.7%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta19.5%
Yellow0.0%
Key (black)19.6%
Color previews
#bda5cd text on a black background
contrast 9.43:1
Card sample
#bda5cd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda5cd;
Background color
Panel with #bda5cd background
background-color: #bda5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 165, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 165, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda5cd; background: linear-gradient(135deg, #bda5cd, #CDA5C2);