#cd9eb1
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 158, 177
HSL
336°, 32%, 71%
CMYK
0, 23, 14, 20
Luminance
0.4061
Every format
| HEX | #cd9eb1 |
| RGB | rgb(205, 158, 177) |
| HSL | hsl(336, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 14%, 20%) |
| LAB | lab(69.9 20.4 -3.1) |
| LCH | lch(69.9 20.6 351.4) |
| OKLCH | oklch(0.748 0.061 352.6) |
Copy-ready code
/* CSS */
color: #cd9eb1;
background-color: #cd9eb1;
/* Tailwind (arbitrary) */
class="text-[#cd9eb1] bg-[#cd9eb1]"
/* SCSS */
$brand: #cd9eb1;
/* SwiftUI */
Color(red: 0.804, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#cd9eb1")Accessibility — WCAG contrast
Aa
#cd9eb1 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9eb1 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow13.7%
Key (black)19.6%
Color previews
#cd9eb1 text on a black background
contrast 9.12:1
Card sample
#cd9eb1 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9eb1;
Background color
Panel with #cd9eb1 background
background-color: #cd9eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9eb1; background: linear-gradient(135deg, #cd9eb1, #CDAA9E);