#cc6699
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
204, 102, 153
HSL
330°, 50%, 60%
CMYK
0, 50, 25, 20
Luminance
0.2464
Every format
| HEX | #cc6699 |
| RGB | rgb(204, 102, 153) |
| HSL | hsl(330, 50%, 60%) |
| CMYK | cmyk(0%, 50%, 25%, 20%) |
| LAB | lab(56.7 46.3 -9.0) |
| LCH | lch(56.7 47.1 349.0) |
| OKLCH | oklch(0.645 0.141 350.5) |
Copy-ready code
/* CSS */
color: #cc6699;
background-color: #cc6699;
/* Tailwind (arbitrary) */
class="text-[#cc6699] bg-[#cc6699]"
/* SCSS */
$brand: #cc6699;
/* SwiftUI */
Color(red: 0.800, green: 0.400, blue: 0.600)
/* Android */
Color.parseColor("#cc6699")Accessibility — WCAG contrast
Aa
#cc6699 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6699 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow25.0%
Key (black)20.0%
Color previews
#cc6699 text on a black background
contrast 5.93:1
Card sample
#cc6699 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6699;
Background color
Panel with #cc6699 background
background-color: #cc6699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 102, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 102, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6699; background: linear-gradient(135deg, #cc6699, #CC7766);