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