#cc9da5
a light, soft red · warm · closest name: pink
RGB
204, 157, 165
HSL
350°, 32%, 71%
CMYK
0, 23, 19, 20
Luminance
0.3967
Every format
| HEX | #cc9da5 |
| RGB | rgb(204, 157, 165) |
| HSL | hsl(350, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 19%, 20%) |
| LAB | lab(69.2 18.7 2.6) |
| LCH | lch(69.2 18.9 7.9) |
| OKLCH | oklch(0.742 0.057 7.2) |
Copy-ready code
/* CSS */
color: #cc9da5;
background-color: #cc9da5;
/* Tailwind (arbitrary) */
class="text-[#cc9da5] bg-[#cc9da5]"
/* SCSS */
$brand: #cc9da5;
/* SwiftUI */
Color(red: 0.800, green: 0.616, blue: 0.647)
/* Android */
Color.parseColor("#cc9da5")Accessibility — WCAG contrast
Aa
#cc9da5 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9da5 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green61.6%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow19.1%
Key (black)20.0%
Color previews
#cc9da5 text on a black background
contrast 8.93:1
Card sample
#cc9da5 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9da5;
Background color
Panel with #cc9da5 background
background-color: #cc9da5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9da5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 157, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 157, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9da5; background: linear-gradient(135deg, #cc9da5, #CCB49D);