#cc99aa
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 153, 170
HSL
340°, 33%, 70%
CMYK
0, 25, 17, 20
Luminance
0.3852
Every format
| HEX | #cc99aa |
| RGB | rgb(204, 153, 170) |
| HSL | hsl(340, 33%, 70%) |
| CMYK | cmyk(0%, 25%, 17%, 20%) |
| LAB | lab(68.4 21.6 -1.4) |
| LCH | lch(68.4 21.7 356.3) |
| OKLCH | oklch(0.736 0.065 357.0) |
Copy-ready code
/* CSS */
color: #cc99aa;
background-color: #cc99aa;
/* Tailwind (arbitrary) */
class="text-[#cc99aa] bg-[#cc99aa]"
/* SCSS */
$brand: #cc99aa;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#cc99aa")Accessibility — WCAG contrast
Aa
#cc99aa on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99aa on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow16.7%
Key (black)20.0%
Color previews
#cc99aa text on a black background
contrast 8.70:1
Card sample
#cc99aa text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99aa;
Background color
Panel with #cc99aa background
background-color: #cc99aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99aa; background: linear-gradient(135deg, #cc99aa, #CCAA99);