#cd9ecb
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 158, 203
HSL
303°, 32%, 71%
CMYK
0, 23, 1, 20
Luminance
0.4174
Every format
| HEX | #cd9ecb |
| RGB | rgb(205, 158, 203) |
| HSL | hsl(303, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 1%, 20%) |
| LAB | lab(70.7 25.0 -16.3) |
| LCH | lch(70.7 29.8 326.9) |
| OKLCH | oklch(0.757 0.082 327.7) |
Copy-ready code
/* CSS */
color: #cd9ecb;
background-color: #cd9ecb;
/* Tailwind (arbitrary) */
class="text-[#cd9ecb] bg-[#cd9ecb]"
/* SCSS */
$brand: #cd9ecb;
/* SwiftUI */
Color(red: 0.804, green: 0.620, blue: 0.796)
/* Android */
Color.parseColor("#cd9ecb")Accessibility — WCAG contrast
Aa
#cd9ecb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9ecb on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow1.0%
Key (black)19.6%
Color previews
#cd9ecb text on a black background
contrast 9.35:1
Card sample
#cd9ecb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9ecb;
Background color
Panel with #cd9ecb background
background-color: #cd9ecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9ecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 158, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 158, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9ecb; background: linear-gradient(135deg, #cd9ecb, #CD9EAC);