#c33eee
a balanced, electric violet · warm · closest name: magenta
RGB
195, 62, 238
HSL
285°, 84%, 59%
CMYK
18, 74, 0, 7
Luminance
0.2122
Every format
| HEX | #c33eee |
| RGB | rgb(195, 62, 238) |
| HSL | hsl(285, 84%, 59%) |
| CMYK | cmyk(18%, 74%, 0%, 7%) |
| LAB | lab(53.2 75.4 -63.3) |
| LCH | lch(53.2 98.5 320.0) |
| OKLCH | oklch(0.630 0.258 316.3) |
Copy-ready code
/* CSS */
color: #c33eee;
background-color: #c33eee;
/* Tailwind (arbitrary) */
class="text-[#c33eee] bg-[#c33eee]"
/* SCSS */
$brand: #c33eee;
/* SwiftUI */
Color(red: 0.765, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#c33eee")Accessibility — WCAG contrast
Aa
#c33eee on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33eee on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green24.3%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c33eee text on a black background
contrast 5.24:1
Card sample
#c33eee text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33eee;
Background color
Panel with #c33eee background
background-color: #c33eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33eee; background: linear-gradient(135deg, #c33eee, #EE3EA4);