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