#bda6cd
a light, soft violet · warm · closest name: plum
RGB
189, 166, 205
HSL
275°, 28%, 73%
CMYK
8, 19, 0, 20
Luminance
0.4250
Every format
| HEX | #bda6cd |
| RGB | rgb(189, 166, 205) |
| HSL | hsl(275, 28%, 73%) |
| CMYK | cmyk(8%, 19%, 0%, 20%) |
| LAB | lab(71.2 15.6 -16.8) |
| LCH | lch(71.2 22.9 312.9) |
| OKLCH | oklch(0.758 0.060 311.3) |
Copy-ready code
/* CSS */
color: #bda6cd;
background-color: #bda6cd;
/* Tailwind (arbitrary) */
class="text-[#bda6cd] bg-[#bda6cd]"
/* SCSS */
$brand: #bda6cd;
/* SwiftUI */
Color(red: 0.741, green: 0.651, blue: 0.804)
/* Android */
Color.parseColor("#bda6cd")Accessibility — WCAG contrast
Aa
#bda6cd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda6cd on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.1%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta19.0%
Yellow0.0%
Key (black)19.6%
Color previews
#bda6cd text on a black background
contrast 9.50:1
Card sample
#bda6cd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda6cd;
Background color
Panel with #bda6cd background
background-color: #bda6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 166, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 166, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda6cd; background: linear-gradient(135deg, #bda6cd, #CDA6C3);