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