#cc3399
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 153
HSL
320°, 60%, 50%
CMYK
0, 75, 25, 20
Luminance
0.1750
Every format
| HEX | #cc3399 |
| RGB | rgb(204, 51, 153) |
| HSL | hsl(320, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 25%, 20%) |
| LAB | lab(48.9 67.5 -20.9) |
| LCH | lch(48.9 70.7 342.8) |
| OKLCH | oklch(0.588 0.212 344.8) |
Copy-ready code
/* CSS */
color: #cc3399;
background-color: #cc3399;
/* Tailwind (arbitrary) */
class="text-[#cc3399] bg-[#cc3399]"
/* SCSS */
$brand: #cc3399;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.600)
/* Android */
Color.parseColor("#cc3399")Accessibility — WCAG contrast
Aa
#cc3399 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3399 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow25.0%
Key (black)20.0%
Color previews
#cc3399 text on a black background
contrast 4.50:1
Card sample
#cc3399 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3399;
Background color
Panel with #cc3399 background
background-color: #cc3399;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3399;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3399; background: linear-gradient(135deg, #cc3399, #CC3333);