#cc33ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 186
HSL
307°, 60%, 50%
CMYK
0, 75, 9, 20
Luminance
0.1875
Every format
| HEX | #cc33ba |
| RGB | rgb(204, 51, 186) |
| HSL | hsl(307, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 9%, 20%) |
| LAB | lab(50.4 72.0 -38.0) |
| LCH | lch(50.4 81.4 332.2) |
| OKLCH | oklch(0.603 0.233 333.4) |
Copy-ready code
/* CSS */
color: #cc33ba;
background-color: #cc33ba;
/* Tailwind (arbitrary) */
class="text-[#cc33ba] bg-[#cc33ba]"
/* SCSS */
$brand: #cc33ba;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.729)
/* Android */
Color.parseColor("#cc33ba")Accessibility — WCAG contrast
Aa
#cc33ba on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc33ba on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow8.8%
Key (black)20.0%
Color previews
#cc33ba text on a black background
contrast 4.75:1
Card sample
#cc33ba text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33ba;
Background color
Panel with #cc33ba background
background-color: #cc33ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33ba; background: linear-gradient(135deg, #cc33ba, #CC3354);