#c53df0
a balanced, electric violet · warm · closest name: magenta
RGB
197, 61, 240
HSL
286°, 86%, 59%
CMYK
18, 75, 0, 6
Luminance
0.2150
Every format
| HEX | #c53df0 |
| RGB | rgb(197, 61, 240) |
| HSL | hsl(286, 86%, 59%) |
| CMYK | cmyk(18%, 75%, 0%, 6%) |
| LAB | lab(53.5 76.5 -63.9) |
| LCH | lch(53.5 99.7 320.1) |
| OKLCH | oklch(0.633 0.262 316.5) |
Copy-ready code
/* CSS */
color: #c53df0;
background-color: #c53df0;
/* Tailwind (arbitrary) */
class="text-[#c53df0] bg-[#c53df0]"
/* SCSS */
$brand: #c53df0;
/* SwiftUI */
Color(red: 0.773, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#c53df0")Accessibility — WCAG contrast
Aa
#c53df0 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53df0 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green23.9%
Blue94.1%
CMYK percentages
Cyan17.9%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c53df0 text on a black background
contrast 5.30:1
Card sample
#c53df0 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53df0;
Background color
Panel with #c53df0 background
background-color: #c53df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53df0; background: linear-gradient(135deg, #c53df0, #F03DA4);