#cc33b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 178
HSL
310°, 60%, 50%
CMYK
0, 75, 13, 20
Luminance
0.1842
Every format
| HEX | #cc33b2 |
| RGB | rgb(204, 51, 178) |
| HSL | hsl(310, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 13%, 20%) |
| LAB | lab(50.0 70.9 -33.9) |
| LCH | lch(50.0 78.6 334.4) |
| OKLCH | oklch(0.599 0.228 336.0) |
Copy-ready code
/* CSS */
color: #cc33b2;
background-color: #cc33b2;
/* Tailwind (arbitrary) */
class="text-[#cc33b2] bg-[#cc33b2]"
/* SCSS */
$brand: #cc33b2;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.698)
/* Android */
Color.parseColor("#cc33b2")Accessibility — WCAG contrast
Aa
#cc33b2 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc33b2 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow12.7%
Key (black)20.0%
Color previews
#cc33b2 text on a black background
contrast 4.68:1
Card sample
#cc33b2 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33b2;
Background color
Panel with #cc33b2 background
background-color: #cc33b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33b2; background: linear-gradient(135deg, #cc33b2, #CC334C);