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