#c32eee
a balanced, electric violet · warm · closest name: magenta
RGB
195, 46, 238
HSL
287°, 85%, 56%
CMYK
18, 81, 0, 7
Luminance
0.1973
Every format
| HEX | #c32eee |
| RGB | rgb(195, 46, 238) |
| HSL | hsl(287, 85%, 56%) |
| CMYK | cmyk(18%, 81%, 0%, 7%) |
| LAB | lab(51.5 80.2 -66.0) |
| LCH | lch(51.5 103.8 320.5) |
| OKLCH | oklch(0.618 0.273 316.9) |
Copy-ready code
/* CSS */
color: #c32eee;
background-color: #c32eee;
/* Tailwind (arbitrary) */
class="text-[#c32eee] bg-[#c32eee]"
/* SCSS */
$brand: #c32eee;
/* SwiftUI */
Color(red: 0.765, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#c32eee")Accessibility — WCAG contrast
Aa
#c32eee on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32eee on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c32eee text on a black background
contrast 4.95:1
Card sample
#c32eee text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32eee;
Background color
Panel with #c32eee background
background-color: #c32eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32eee; background: linear-gradient(135deg, #c32eee, #EE2E99);