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