#cd9db2
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 157, 178
HSL
334°, 32%, 71%
CMYK
0, 23, 13, 20
Luminance
0.4031
Every format
| HEX | #cd9db2 |
| RGB | rgb(205, 157, 178) |
| HSL | hsl(334, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 13%, 20%) |
| LAB | lab(69.7 21.1 -4.0) |
| LCH | lch(69.7 21.5 349.4) |
| OKLCH | oklch(0.747 0.063 350.7) |
Copy-ready code
/* CSS */
color: #cd9db2;
background-color: #cd9db2;
/* Tailwind (arbitrary) */
class="text-[#cd9db2] bg-[#cd9db2]"
/* SCSS */
$brand: #cd9db2;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.698)
/* Android */
Color.parseColor("#cd9db2")Accessibility — WCAG contrast
Aa
#cd9db2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9db2 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow13.2%
Key (black)19.6%
Color previews
#cd9db2 text on a black background
contrast 9.06:1
Card sample
#cd9db2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9db2;
Background color
Panel with #cd9db2 background
background-color: #cd9db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9db2; background: linear-gradient(135deg, #cd9db2, #CDA89D);