#c33cf6
a balanced, electric violet · warm · closest name: magenta
RGB
195, 60, 246
HSL
284°, 91%, 60%
CMYK
21, 76, 0, 4
Luminance
0.2149
Every format
| HEX | #c33cf6 |
| RGB | rgb(195, 60, 246) |
| HSL | hsl(284, 91%, 60%) |
| CMYK | cmyk(21%, 76%, 0%, 4%) |
| LAB | lab(53.5 77.5 -67.3) |
| LCH | lch(53.5 102.7 319.0) |
| OKLCH | oklch(0.634 0.267 314.6) |
Copy-ready code
/* CSS */
color: #c33cf6;
background-color: #c33cf6;
/* Tailwind (arbitrary) */
class="text-[#c33cf6] bg-[#c33cf6]"
/* SCSS */
$brand: #c33cf6;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.965)
/* Android */
Color.parseColor("#c33cf6")Accessibility — WCAG contrast
Aa
#c33cf6 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33cf6 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue96.5%
CMYK percentages
Cyan20.7%
Magenta75.6%
Yellow0.0%
Key (black)3.5%
Color previews
#c33cf6 text on a black background
contrast 5.30:1
Card sample
#c33cf6 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33cf6;
Background color
Panel with #c33cf6 background
background-color: #c33cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33cf6; background: linear-gradient(135deg, #c33cf6, #F63CAD);