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