#cc3388
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 136
HSL
327°, 60%, 50%
CMYK
0, 75, 33, 20
Luminance
0.1698
Every format
| HEX | #cc3388 |
| RGB | rgb(204, 51, 136) |
| HSL | hsl(327, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 33%, 20%) |
| LAB | lab(48.2 65.5 -11.6) |
| LCH | lch(48.2 66.5 349.9) |
| OKLCH | oklch(0.581 0.203 351.5) |
Copy-ready code
/* CSS */
color: #cc3388;
background-color: #cc3388;
/* Tailwind (arbitrary) */
class="text-[#cc3388] bg-[#cc3388]"
/* SCSS */
$brand: #cc3388;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.533)
/* Android */
Color.parseColor("#cc3388")Accessibility — WCAG contrast
Aa
#cc3388 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3388 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow33.3%
Key (black)20.0%
Color previews
#cc3388 text on a black background
contrast 4.40:1
Card sample
#cc3388 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3388;
Background color
Panel with #cc3388 background
background-color: #cc3388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3388; background: linear-gradient(135deg, #cc3388, #CC4433);