#cc33a1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 161
HSL
317°, 60%, 50%
CMYK
0, 75, 21, 20
Luminance
0.1778
Every format
| HEX | #cc33a1 |
| RGB | rgb(204, 51, 161) |
| HSL | hsl(317, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 21%, 20%) |
| LAB | lab(49.2 68.5 -25.1) |
| LCH | lch(49.2 73.0 339.9) |
| OKLCH | oklch(0.591 0.217 341.9) |
Copy-ready code
/* CSS */
color: #cc33a1;
background-color: #cc33a1;
/* Tailwind (arbitrary) */
class="text-[#cc33a1] bg-[#cc33a1]"
/* SCSS */
$brand: #cc33a1;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.631)
/* Android */
Color.parseColor("#cc33a1")Accessibility — WCAG contrast
Aa
#cc33a1 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc33a1 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow21.1%
Key (black)20.0%
Color previews
#cc33a1 text on a black background
contrast 4.56:1
Card sample
#cc33a1 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33a1;
Background color
Panel with #cc33a1 background
background-color: #cc33a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33a1; background: linear-gradient(135deg, #cc33a1, #CC333B);