#bda4cd
a light, soft violet · warm · closest name: plum
RGB
189, 164, 205
HSL
277°, 29%, 72%
CMYK
8, 20, 0, 20
Luminance
0.4178
Every format
| HEX | #bda4cd |
| RGB | rgb(189, 164, 205) |
| HSL | hsl(277, 29%, 72%) |
| CMYK | cmyk(8%, 20%, 0%, 20%) |
| LAB | lab(70.7 16.7 -17.5) |
| LCH | lch(70.7 24.2 313.7) |
| OKLCH | oklch(0.754 0.064 312.1) |
Copy-ready code
/* CSS */
color: #bda4cd;
background-color: #bda4cd;
/* Tailwind (arbitrary) */
class="text-[#bda4cd] bg-[#bda4cd]"
/* SCSS */
$brand: #bda4cd;
/* SwiftUI */
Color(red: 0.741, green: 0.643, blue: 0.804)
/* Android */
Color.parseColor("#bda4cd")Accessibility — WCAG contrast
Aa
#bda4cd on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda4cd on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green64.3%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta20.0%
Yellow0.0%
Key (black)19.6%
Color previews
#bda4cd text on a black background
contrast 9.36:1
Card sample
#bda4cd text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda4cd;
Background color
Panel with #bda4cd background
background-color: #bda4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 164, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 164, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda4cd; background: linear-gradient(135deg, #bda4cd, #CDA4C2);