#c53afe
a balanced, electric violet · warm · closest name: magenta
RGB
197, 58, 254
HSL
283°, 99%, 61%
CMYK
22, 77, 0, 0
Luminance
0.2205
Every format
| HEX | #c53afe |
| RGB | rgb(197, 58, 254) |
| HSL | hsl(283, 99%, 61%) |
| CMYK | cmyk(22%, 77%, 0%, 0%) |
| LAB | lab(54.1 80.0 -70.8) |
| LCH | lch(54.1 106.8 318.5) |
| OKLCH | oklch(0.640 0.276 313.5) |
Copy-ready code
/* CSS */
color: #c53afe;
background-color: #c53afe;
/* Tailwind (arbitrary) */
class="text-[#c53afe] bg-[#c53afe]"
/* SCSS */
$brand: #c53afe;
/* SwiftUI */
Color(red: 0.773, green: 0.227, blue: 0.996)
/* Android */
Color.parseColor("#c53afe")Accessibility — WCAG contrast
Aa
#c53afe on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53afe on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green22.7%
Blue99.6%
CMYK percentages
Cyan22.4%
Magenta77.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c53afe text on a black background
contrast 5.41:1
Card sample
#c53afe text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53afe;
Background color
Panel with #c53afe background
background-color: #c53afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 58, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 58, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53afe; background: linear-gradient(135deg, #c53afe, #FE3AB4);