#cc33aa
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 170
HSL
313°, 60%, 50%
CMYK
0, 75, 17, 20
Luminance
0.1811
Every format
| HEX | #cc33aa |
| RGB | rgb(204, 51, 170) |
| HSL | hsl(313, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 17%, 20%) |
| LAB | lab(49.6 69.7 -29.8) |
| LCH | lch(49.6 75.8 336.9) |
| OKLCH | oklch(0.595 0.222 338.7) |
Copy-ready code
/* CSS */
color: #cc33aa;
background-color: #cc33aa;
/* Tailwind (arbitrary) */
class="text-[#cc33aa] bg-[#cc33aa]"
/* SCSS */
$brand: #cc33aa;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.667)
/* Android */
Color.parseColor("#cc33aa")Accessibility — WCAG contrast
Aa
#cc33aa on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc33aa on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow16.7%
Key (black)20.0%
Color previews
#cc33aa text on a black background
contrast 4.62:1
Card sample
#cc33aa text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33aa;
Background color
Panel with #cc33aa background
background-color: #cc33aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33aa; background: linear-gradient(135deg, #cc33aa, #CC3344);