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