#c53ef1
a balanced, electric violet · warm · closest name: magenta
RGB
197, 62, 241
HSL
285°, 87%, 59%
CMYK
18, 74, 0, 6
Luminance
0.2167
Every format
| HEX | #c53ef1 |
| RGB | rgb(197, 62, 241) |
| HSL | hsl(285, 87%, 59%) |
| CMYK | cmyk(18%, 74%, 0%, 6%) |
| LAB | lab(53.7 76.3 -64.2) |
| LCH | lch(53.7 99.7 319.9) |
| OKLCH | oklch(0.635 0.261 316.2) |
Copy-ready code
/* CSS */
color: #c53ef1;
background-color: #c53ef1;
/* Tailwind (arbitrary) */
class="text-[#c53ef1] bg-[#c53ef1]"
/* SCSS */
$brand: #c53ef1;
/* SwiftUI */
Color(red: 0.773, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#c53ef1")Accessibility — WCAG contrast
Aa
#c53ef1 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53ef1 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green24.3%
Blue94.5%
CMYK percentages
Cyan18.3%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c53ef1 text on a black background
contrast 5.33:1
Card sample
#c53ef1 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53ef1;
Background color
Panel with #c53ef1 background
background-color: #c53ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53ef1; background: linear-gradient(135deg, #c53ef1, #F13EA6);