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