#cc99cf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 153, 207
HSL
297°, 36%, 71%
CMYK
1, 26, 0, 19
Luminance
0.4012
Every format
| HEX | #cc99cf |
| RGB | rgb(204, 153, 207) |
| HSL | hsl(297, 36%, 71%) |
| CMYK | cmyk(1%, 26%, 0%, 19%) |
| LAB | lab(69.6 28.1 -20.2) |
| LCH | lch(69.6 34.7 324.3) |
| OKLCH | oklch(0.749 0.095 324.6) |
Copy-ready code
/* CSS */
color: #cc99cf;
background-color: #cc99cf;
/* Tailwind (arbitrary) */
class="text-[#cc99cf] bg-[#cc99cf]"
/* SCSS */
$brand: #cc99cf;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#cc99cf")Accessibility — WCAG contrast
Aa
#cc99cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99cf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cc99cf text on a black background
contrast 9.02:1
Card sample
#cc99cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99cf;
Background color
Panel with #cc99cf background
background-color: #cc99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99cf; background: linear-gradient(135deg, #cc99cf, #CF99AE);