#c33ff0
a balanced, electric violet · warm · closest name: magenta
RGB
195, 63, 240
HSL
285°, 86%, 59%
CMYK
19, 74, 0, 6
Luminance
0.2145
Every format
| HEX | #c33ff0 |
| RGB | rgb(195, 63, 240) |
| HSL | hsl(285, 86%, 59%) |
| CMYK | cmyk(19%, 74%, 0%, 6%) |
| LAB | lab(53.4 75.4 -64.0) |
| LCH | lch(53.4 98.9 319.7) |
| OKLCH | oklch(0.632 0.259 315.8) |
Copy-ready code
/* CSS */
color: #c33ff0;
background-color: #c33ff0;
/* Tailwind (arbitrary) */
class="text-[#c33ff0] bg-[#c33ff0]"
/* SCSS */
$brand: #c33ff0;
/* SwiftUI */
Color(red: 0.765, green: 0.247, blue: 0.941)
/* Android */
Color.parseColor("#c33ff0")Accessibility — WCAG contrast
Aa
#c33ff0 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33ff0 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green24.7%
Blue94.1%
CMYK percentages
Cyan18.8%
Magenta73.8%
Yellow0.0%
Key (black)5.9%
Color previews
#c33ff0 text on a black background
contrast 5.29:1
Card sample
#c33ff0 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ff0;
Background color
Panel with #c33ff0 background
background-color: #c33ff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 63, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 63, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ff0; background: linear-gradient(135deg, #c33ff0, #F03FA7);