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