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