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