#c52dfe
a balanced, electric violet · warm · closest name: magenta
RGB
197, 45, 254
HSL
284°, 99%, 59%
CMYK
22, 82, 0, 0
Luminance
0.2090
Every format
| HEX | #c52dfe |
| RGB | rgb(197, 45, 254) |
| HSL | hsl(284, 99%, 59%) |
| CMYK | cmyk(22%, 82%, 0%, 0%) |
| LAB | lab(52.8 83.6 -72.8) |
| LCH | lch(52.8 110.9 319.0) |
| OKLCH | oklch(0.631 0.286 314.0) |
Copy-ready code
/* CSS */
color: #c52dfe;
background-color: #c52dfe;
/* Tailwind (arbitrary) */
class="text-[#c52dfe] bg-[#c52dfe]"
/* SCSS */
$brand: #c52dfe;
/* SwiftUI */
Color(red: 0.773, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#c52dfe")Accessibility — WCAG contrast
Aa
#c52dfe on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c52dfe on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green17.6%
Blue99.6%
CMYK percentages
Cyan22.4%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c52dfe text on a black background
contrast 5.18:1
Card sample
#c52dfe text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52dfe;
Background color
Panel with #c52dfe background
background-color: #c52dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52dfe; background: linear-gradient(135deg, #c52dfe, #FE2DAC);