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