#cd9dab
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 157, 171
HSL
343°, 32%, 71%
CMYK
0, 23, 17, 20
Luminance
0.4003
Every format
| HEX | #cd9dab |
| RGB | rgb(205, 157, 171) |
| HSL | hsl(343, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 17%, 20%) |
| LAB | lab(69.5 20.0 -0.3) |
| LCH | lch(69.5 20.0 359.0) |
| OKLCH | oklch(0.745 0.060 359.4) |
Copy-ready code
/* CSS */
color: #cd9dab;
background-color: #cd9dab;
/* Tailwind (arbitrary) */
class="text-[#cd9dab] bg-[#cd9dab]"
/* SCSS */
$brand: #cd9dab;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#cd9dab")Accessibility — WCAG contrast
Aa
#cd9dab on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9dab on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow16.6%
Key (black)19.6%
Color previews
#cd9dab text on a black background
contrast 9.01:1
Card sample
#cd9dab text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9dab;
Background color
Panel with #cd9dab background
background-color: #cd9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9dab; background: linear-gradient(135deg, #cd9dab, #CDAF9D);