#cd9eb9
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 158, 185
HSL
326°, 32%, 71%
CMYK
0, 23, 10, 20
Luminance
0.4094
Every format
| HEX | #cd9eb9 |
| RGB | rgb(205, 158, 185) |
| HSL | hsl(326, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 10%, 20%) |
| LAB | lab(70.1 21.8 -7.2) |
| LCH | lch(70.1 22.9 341.7) |
| OKLCH | oklch(0.751 0.066 343.4) |
Copy-ready code
/* CSS */
color: #cd9eb9;
background-color: #cd9eb9;
/* Tailwind (arbitrary) */
class="text-[#cd9eb9] bg-[#cd9eb9]"
/* SCSS */
$brand: #cd9eb9;
/* SwiftUI */
Color(red: 0.804, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#cd9eb9")Accessibility — WCAG contrast
Aa
#cd9eb9 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9eb9 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow9.8%
Key (black)19.6%
Color previews
#cd9eb9 text on a black background
contrast 9.19:1
Card sample
#cd9eb9 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9eb9;
Background color
Panel with #cd9eb9 background
background-color: #cd9eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9eb9; background: linear-gradient(135deg, #cd9eb9, #CDA29E);