#c33df2
a balanced, electric violet · warm · closest name: magenta
RGB
195, 61, 242
HSL
284°, 87%, 59%
CMYK
19, 75, 0, 5
Luminance
0.2135
Every format
| HEX | #c33df2 |
| RGB | rgb(195, 61, 242) |
| HSL | hsl(284, 87%, 59%) |
| CMYK | cmyk(19%, 75%, 0%, 5%) |
| LAB | lab(53.3 76.5 -65.3) |
| LCH | lch(53.3 100.6 319.5) |
| OKLCH | oklch(0.632 0.263 315.4) |
Copy-ready code
/* CSS */
color: #c33df2;
background-color: #c33df2;
/* Tailwind (arbitrary) */
class="text-[#c33df2] bg-[#c33df2]"
/* SCSS */
$brand: #c33df2;
/* SwiftUI */
Color(red: 0.765, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#c33df2")Accessibility — WCAG contrast
Aa
#c33df2 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33df2 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.9%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c33df2 text on a black background
contrast 5.27:1
Card sample
#c33df2 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33df2;
Background color
Panel with #c33df2 background
background-color: #c33df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33df2; background: linear-gradient(135deg, #c33df2, #F23DA8);