#cd9db8
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 157, 184
HSL
326°, 32%, 71%
CMYK
0, 23, 10, 20
Luminance
0.4055
Every format
| HEX | #cd9db8 |
| RGB | rgb(205, 157, 184) |
| HSL | hsl(326, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 10%, 20%) |
| LAB | lab(69.9 22.1 -7.0) |
| LCH | lch(69.9 23.2 342.4) |
| OKLCH | oklch(0.749 0.067 344.0) |
Copy-ready code
/* CSS */
color: #cd9db8;
background-color: #cd9db8;
/* Tailwind (arbitrary) */
class="text-[#cd9db8] bg-[#cd9db8]"
/* SCSS */
$brand: #cd9db8;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.722)
/* Android */
Color.parseColor("#cd9db8")Accessibility — WCAG contrast
Aa
#cd9db8 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9db8 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow10.2%
Key (black)19.6%
Color previews
#cd9db8 text on a black background
contrast 9.11:1
Card sample
#cd9db8 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9db8;
Background color
Panel with #cd9db8 background
background-color: #cd9db8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9db8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9db8; background: linear-gradient(135deg, #cd9db8, #CDA29D);