#c53af9
a balanced, electric violet · warm · closest name: magenta
RGB
197, 58, 249
HSL
284°, 94%, 60%
CMYK
21, 77, 0, 2
Luminance
0.2174
Every format
| HEX | #c53af9 |
| RGB | rgb(197, 58, 249) |
| HSL | hsl(284, 94%, 60%) |
| CMYK | cmyk(21%, 77%, 0%, 2%) |
| LAB | lab(53.8 79.1 -68.5) |
| LCH | lch(53.8 104.7 319.1) |
| OKLCH | oklch(0.637 0.272 314.6) |
Copy-ready code
/* CSS */
color: #c53af9;
background-color: #c53af9;
/* Tailwind (arbitrary) */
class="text-[#c53af9] bg-[#c53af9]"
/* SCSS */
$brand: #c53af9;
/* SwiftUI */
Color(red: 0.773, green: 0.227, blue: 0.976)
/* Android */
Color.parseColor("#c53af9")Accessibility — WCAG contrast
Aa
#c53af9 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53af9 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green22.7%
Blue97.6%
CMYK percentages
Cyan20.9%
Magenta76.7%
Yellow0.0%
Key (black)2.4%
Color previews
#c53af9 text on a black background
contrast 5.35:1
Card sample
#c53af9 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53af9;
Background color
Panel with #c53af9 background
background-color: #c53af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 58, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 58, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53af9; background: linear-gradient(135deg, #c53af9, #F93AAE);