#c033ff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 51, 255
HSL
282°, 100%, 60%
CMYK
25, 80, 0, 0
Luminance
0.2079
Every format
| HEX | #c033ff |
| RGB | rgb(192, 51, 255) |
| HSL | hsl(282, 100%, 60%) |
| CMYK | cmyk(25%, 80%, 0%, 0%) |
| LAB | lab(52.7 81.5 -73.6) |
| LCH | lch(52.7 109.8 317.9) |
| OKLCH | oklch(0.629 0.281 312.1) |
Copy-ready code
/* CSS */
color: #c033ff;
background-color: #c033ff;
/* Tailwind (arbitrary) */
class="text-[#c033ff] bg-[#c033ff]"
/* SCSS */
$brand: #c033ff;
/* SwiftUI */
Color(red: 0.753, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#c033ff")Accessibility — WCAG contrast
Aa
#c033ff on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c033ff on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.0%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c033ff text on a black background
contrast 5.16:1
Card sample
#c033ff text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c033ff;
Background color
Panel with #c033ff background
background-color: #c033ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c033ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c033ff; background: linear-gradient(135deg, #c033ff, #FF33B6);