#c52afb
a balanced, electric violet · warm · closest name: magenta
RGB
197, 42, 251
HSL
285°, 96%, 58%
CMYK
22, 83, 0, 2
Luminance
0.2049
Every format
| HEX | #c52afb |
| RGB | rgb(197, 42, 251) |
| HSL | hsl(285, 96%, 58%) |
| CMYK | cmyk(22%, 83%, 0%, 2%) |
| LAB | lab(52.4 83.8 -71.9) |
| LCH | lch(52.4 110.4 319.4) |
| OKLCH | oklch(0.628 0.286 314.7) |
Copy-ready code
/* CSS */
color: #c52afb;
background-color: #c52afb;
/* Tailwind (arbitrary) */
class="text-[#c52afb] bg-[#c52afb]"
/* SCSS */
$brand: #c52afb;
/* SwiftUI */
Color(red: 0.773, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#c52afb")Accessibility — WCAG contrast
Aa
#c52afb on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c52afb on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green16.5%
Blue98.4%
CMYK percentages
Cyan21.5%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c52afb text on a black background
contrast 5.10:1
Card sample
#c52afb text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52afb;
Background color
Panel with #c52afb background
background-color: #c52afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52afb; background: linear-gradient(135deg, #c52afb, #FB2AA6);