#cd9fad
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 159, 173
HSL
342°, 32%, 71%
CMYK
0, 22, 16, 20
Luminance
0.4079
Every format
| HEX | #cd9fad |
| RGB | rgb(205, 159, 173) |
| HSL | hsl(342, 32%, 71%) |
| CMYK | cmyk(0%, 22%, 16%, 20%) |
| LAB | lab(70.0 19.2 -0.7) |
| LCH | lch(70.0 19.2 358.0) |
| OKLCH | oklch(0.749 0.057 358.5) |
Copy-ready code
/* CSS */
color: #cd9fad;
background-color: #cd9fad;
/* Tailwind (arbitrary) */
class="text-[#cd9fad] bg-[#cd9fad]"
/* SCSS */
$brand: #cd9fad;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.678)
/* Android */
Color.parseColor("#cd9fad")Accessibility — WCAG contrast
Aa
#cd9fad on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fad on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow15.6%
Key (black)19.6%
Color previews
#cd9fad text on a black background
contrast 9.16:1
Card sample
#cd9fad text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fad;
Background color
Panel with #cd9fad background
background-color: #cd9fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fad; background: linear-gradient(135deg, #cd9fad, #CDB09F);