#cc99b3
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 153, 179
HSL
329°, 33%, 70%
CMYK
0, 25, 12, 20
Luminance
0.3887
Every format
| HEX | #cc99b3 |
| RGB | rgb(204, 153, 179) |
| HSL | hsl(329, 33%, 70%) |
| CMYK | cmyk(0%, 25%, 12%, 20%) |
| LAB | lab(68.7 23.1 -6.0) |
| LCH | lch(68.7 23.9 345.4) |
| OKLCH | oklch(0.739 0.070 346.9) |
Copy-ready code
/* CSS */
color: #cc99b3;
background-color: #cc99b3;
/* Tailwind (arbitrary) */
class="text-[#cc99b3] bg-[#cc99b3]"
/* SCSS */
$brand: #cc99b3;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.702)
/* Android */
Color.parseColor("#cc99b3")Accessibility — WCAG contrast
Aa
#cc99b3 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99b3 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow12.3%
Key (black)20.0%
Color previews
#cc99b3 text on a black background
contrast 8.77:1
Card sample
#cc99b3 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99b3;
Background color
Panel with #cc99b3 background
background-color: #cc99b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99b3; background: linear-gradient(135deg, #cc99b3, #CCA199);