#c52fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
197, 47, 226
HSL
290°, 76%, 54%
CMYK
13, 79, 0, 11
Luminance
0.1939
Every format
| HEX | #c52fe2 |
| RGB | rgb(197, 47, 226) |
| HSL | hsl(290, 76%, 54%) |
| CMYK | cmyk(13%, 79%, 0%, 11%) |
| LAB | lab(51.1 78.2 -59.8) |
| LCH | lch(51.1 98.4 322.6) |
| OKLCH | oklch(0.614 0.263 320.3) |
Copy-ready code
/* CSS */
color: #c52fe2;
background-color: #c52fe2;
/* Tailwind (arbitrary) */
class="text-[#c52fe2] bg-[#c52fe2]"
/* SCSS */
$brand: #c52fe2;
/* SwiftUI */
Color(red: 0.773, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#c52fe2")Accessibility — WCAG contrast
Aa
#c52fe2 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c52fe2 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.4%
Blue88.6%
CMYK percentages
Cyan12.8%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#c52fe2 text on a black background
contrast 4.88:1
Card sample
#c52fe2 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52fe2;
Background color
Panel with #c52fe2 background
background-color: #c52fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52fe2; background: linear-gradient(135deg, #c52fe2, #E22F88);