#c62ef1
a balanced, electric violet · warm · closest name: magenta
RGB
198, 46, 241
HSL
287°, 87%, 56%
CMYK
18, 81, 0, 6
Luminance
0.2031
Every format
| HEX | #c62ef1 |
| RGB | rgb(198, 46, 241) |
| HSL | hsl(287, 87%, 56%) |
| CMYK | cmyk(18%, 81%, 0%, 6%) |
| LAB | lab(52.2 81.2 -66.6) |
| LCH | lch(52.2 105.0 320.7) |
| OKLCH | oklch(0.624 0.276 317.1) |
Copy-ready code
/* CSS */
color: #c62ef1;
background-color: #c62ef1;
/* Tailwind (arbitrary) */
class="text-[#c62ef1] bg-[#c62ef1]"
/* SCSS */
$brand: #c62ef1;
/* SwiftUI */
Color(red: 0.776, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#c62ef1")Accessibility — WCAG contrast
Aa
#c62ef1 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c62ef1 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.0%
Blue94.5%
CMYK percentages
Cyan17.8%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c62ef1 text on a black background
contrast 5.06:1
Card sample
#c62ef1 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62ef1;
Background color
Panel with #c62ef1 background
background-color: #c62ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62ef1; background: linear-gradient(135deg, #c62ef1, #F12E9A);