#cc33fc
a balanced, electric violet · warm · closest name: magenta
RGB
204, 51, 252
HSL
286°, 97%, 59%
CMYK
19, 80, 0, 1
Luminance
0.2223
Every format
| HEX | #cc33fc |
| RGB | rgb(204, 51, 252) |
| HSL | hsl(286, 97%, 59%) |
| CMYK | cmyk(19%, 80%, 0%, 1%) |
| LAB | lab(54.3 82.9 -69.3) |
| LCH | lch(54.3 108.0 320.1) |
| OKLCH | oklch(0.643 0.282 316.2) |
Copy-ready code
/* CSS */
color: #cc33fc;
background-color: #cc33fc;
/* Tailwind (arbitrary) */
class="text-[#cc33fc] bg-[#cc33fc]"
/* SCSS */
$brand: #cc33fc;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.988)
/* Android */
Color.parseColor("#cc33fc")Accessibility — WCAG contrast
Aa
#cc33fc on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc33fc on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta79.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cc33fc text on a black background
contrast 5.45:1
Card sample
#cc33fc text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33fc;
Background color
Panel with #cc33fc background
background-color: #cc33fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33fc; background: linear-gradient(135deg, #cc33fc, #FC33A6);