#cc33f3
a balanced, electric violet · warm · closest name: magenta
RGB
204, 51, 243
HSL
288°, 89%, 58%
CMYK
16, 79, 0, 5
Luminance
0.2168
Every format
| HEX | #cc33f3 |
| RGB | rgb(204, 51, 243) |
| HSL | hsl(288, 89%, 58%) |
| CMYK | cmyk(16%, 79%, 0%, 5%) |
| LAB | lab(53.7 81.3 -65.3) |
| LCH | lch(53.7 104.2 321.2) |
| OKLCH | oklch(0.637 0.275 318.2) |
Copy-ready code
/* CSS */
color: #cc33f3;
background-color: #cc33f3;
/* Tailwind (arbitrary) */
class="text-[#cc33f3] bg-[#cc33f3]"
/* SCSS */
$brand: #cc33f3;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.953)
/* Android */
Color.parseColor("#cc33f3")Accessibility — WCAG contrast
Aa
#cc33f3 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc33f3 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta79.0%
Yellow0.0%
Key (black)4.7%
Color previews
#cc33f3 text on a black background
contrast 5.34:1
Card sample
#cc33f3 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33f3;
Background color
Panel with #cc33f3 background
background-color: #cc33f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33f3; background: linear-gradient(135deg, #cc33f3, #F3339A);