#cc3377
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
204, 51, 119
HSL
333°, 60%, 50%
CMYK
0, 75, 42, 20
Luminance
0.1654
Every format
| HEX | #cc3377 |
| RGB | rgb(204, 51, 119) |
| HSL | hsl(333, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 42%, 20%) |
| LAB | lab(47.7 63.8 -2.2) |
| LCH | lch(47.7 63.8 358.1) |
| OKLCH | oklch(0.575 0.196 358.6) |
Copy-ready code
/* CSS */
color: #cc3377;
background-color: #cc3377;
/* Tailwind (arbitrary) */
class="text-[#cc3377] bg-[#cc3377]"
/* SCSS */
$brand: #cc3377;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.467)
/* Android */
Color.parseColor("#cc3377")Accessibility — WCAG contrast
Aa
#cc3377 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3377 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow41.7%
Key (black)20.0%
Color previews
#cc3377 text on a black background
contrast 4.31:1
Card sample
#cc3377 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3377;
Background color
Panel with #cc3377 background
background-color: #cc3377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3377; background: linear-gradient(135deg, #cc3377, #CC5533);