#c52af2
a balanced, electric violet · warm · closest name: magenta
RGB
197, 42, 242
HSL
287°, 89%, 56%
CMYK
19, 83, 0, 5
Luminance
0.1994
Every format
| HEX | #c52af2 |
| RGB | rgb(197, 42, 242) |
| HSL | hsl(287, 89%, 56%) |
| CMYK | cmyk(19%, 83%, 0%, 5%) |
| LAB | lab(51.8 82.2 -67.8) |
| LCH | lch(51.8 106.6 320.5) |
| OKLCH | oklch(0.621 0.279 316.7) |
Copy-ready code
/* CSS */
color: #c52af2;
background-color: #c52af2;
/* Tailwind (arbitrary) */
class="text-[#c52af2] bg-[#c52af2]"
/* SCSS */
$brand: #c52af2;
/* SwiftUI */
Color(red: 0.773, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#c52af2")Accessibility — WCAG contrast
Aa
#c52af2 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c52af2 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green16.5%
Blue94.9%
CMYK percentages
Cyan18.6%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#c52af2 text on a black background
contrast 4.99:1
Card sample
#c52af2 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52af2;
Background color
Panel with #c52af2 background
background-color: #c52af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52af2; background: linear-gradient(135deg, #c52af2, #F22A9A);