#cc99a2
a light, soft red · warm · closest name: pink
RGB
204, 153, 162
HSL
349°, 33%, 70%
CMYK
0, 25, 21, 20
Luminance
0.3823
Every format
| HEX | #cc99a2 |
| RGB | rgb(204, 153, 162) |
| HSL | hsl(349, 33%, 70%) |
| CMYK | cmyk(0%, 25%, 21%, 20%) |
| LAB | lab(68.2 20.4 2.8) |
| LCH | lch(68.2 20.6 7.7) |
| OKLCH | oklch(0.734 0.062 7.0) |
Copy-ready code
/* CSS */
color: #cc99a2;
background-color: #cc99a2;
/* Tailwind (arbitrary) */
class="text-[#cc99a2] bg-[#cc99a2]"
/* SCSS */
$brand: #cc99a2;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.635)
/* Android */
Color.parseColor("#cc99a2")Accessibility — WCAG contrast
Aa
#cc99a2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99a2 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow20.6%
Key (black)20.0%
Color previews
#cc99a2 text on a black background
contrast 8.65:1
Card sample
#cc99a2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99a2;
Background color
Panel with #cc99a2 background
background-color: #cc99a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99a2; background: linear-gradient(135deg, #cc99a2, #CCB299);