#cd9bda
a light, vivid violet · warm · closest name: plum
RGB
205, 155, 218
HSL
288°, 46%, 73%
CMYK
6, 29, 0, 15
Luminance
0.4148
Every format
| HEX | #cd9bda |
| RGB | rgb(205, 155, 218) |
| HSL | hsl(288, 46%, 73%) |
| CMYK | cmyk(6%, 29%, 0%, 15%) |
| LAB | lab(70.5 29.5 -24.9) |
| LCH | lch(70.5 38.6 319.9) |
| OKLCH | oklch(0.757 0.103 319.2) |
Copy-ready code
/* CSS */
color: #cd9bda;
background-color: #cd9bda;
/* Tailwind (arbitrary) */
class="text-[#cd9bda] bg-[#cd9bda]"
/* SCSS */
$brand: #cd9bda;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#cd9bda")Accessibility — WCAG contrast
Aa
#cd9bda on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9bda on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cd9bda text on a black background
contrast 9.30:1
Card sample
#cd9bda text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9bda;
Background color
Panel with #cd9bda background
background-color: #cd9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9bda; background: linear-gradient(135deg, #cd9bda, #DA9BBD);