#cc3391
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 145
HSL
323°, 60%, 50%
CMYK
0, 75, 29, 20
Luminance
0.1725
Every format
| HEX | #cc3391 |
| RGB | rgb(204, 51, 145) |
| HSL | hsl(323, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 29%, 20%) |
| LAB | lab(48.6 66.6 -16.6) |
| LCH | lch(48.6 68.6 346.0) |
| OKLCH | oklch(0.584 0.207 347.9) |
Copy-ready code
/* CSS */
color: #cc3391;
background-color: #cc3391;
/* Tailwind (arbitrary) */
class="text-[#cc3391] bg-[#cc3391]"
/* SCSS */
$brand: #cc3391;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.569)
/* Android */
Color.parseColor("#cc3391")Accessibility — WCAG contrast
Aa
#cc3391 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3391 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow28.9%
Key (black)20.0%
Color previews
#cc3391 text on a black background
contrast 4.45:1
Card sample
#cc3391 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3391;
Background color
Panel with #cc3391 background
background-color: #cc3391;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3391;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3391; background: linear-gradient(135deg, #cc3391, #CC3B33);