#cc99ba
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 153, 186
HSL
321°, 33%, 70%
CMYK
0, 25, 9, 20
Luminance
0.3917
Every format
| HEX | #cc99ba |
| RGB | rgb(204, 153, 186) |
| HSL | hsl(321, 33%, 70%) |
| CMYK | cmyk(0%, 25%, 9%, 20%) |
| LAB | lab(68.9 24.3 -9.6) |
| LCH | lch(68.9 26.1 338.4) |
| OKLCH | oklch(0.741 0.075 340.1) |
Copy-ready code
/* CSS */
color: #cc99ba;
background-color: #cc99ba;
/* Tailwind (arbitrary) */
class="text-[#cc99ba] bg-[#cc99ba]"
/* SCSS */
$brand: #cc99ba;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.729)
/* Android */
Color.parseColor("#cc99ba")Accessibility — WCAG contrast
Aa
#cc99ba on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99ba on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow8.8%
Key (black)20.0%
Color previews
#cc99ba text on a black background
contrast 8.83:1
Card sample
#cc99ba text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99ba;
Background color
Panel with #cc99ba background
background-color: #cc99ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99ba; background: linear-gradient(135deg, #cc99ba, #CC9A99);