#c522fd
a balanced, electric violet · warm · closest name: magenta
RGB
197, 34, 253
HSL
285°, 98%, 56%
CMYK
22, 87, 0, 1
Luminance
0.2011
Every format
| HEX | #c522fd |
| RGB | rgb(197, 34, 253) |
| HSL | hsl(285, 98%, 56%) |
| CMYK | cmyk(22%, 87%, 0%, 1%) |
| LAB | lab(52.0 85.9 -73.7) |
| LCH | lch(52.0 113.1 319.4) |
| OKLCH | oklch(0.625 0.292 314.5) |
Copy-ready code
/* CSS */
color: #c522fd;
background-color: #c522fd;
/* Tailwind (arbitrary) */
class="text-[#c522fd] bg-[#c522fd]"
/* SCSS */
$brand: #c522fd;
/* SwiftUI */
Color(red: 0.773, green: 0.133, blue: 0.992)
/* Android */
Color.parseColor("#c522fd")Accessibility — WCAG contrast
Aa
#c522fd on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c522fd on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green13.3%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta86.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c522fd text on a black background
contrast 5.02:1
Card sample
#c522fd text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c522fd;
Background color
Panel with #c522fd background
background-color: #c522fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c522fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 34, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 34, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c522fd; background: linear-gradient(135deg, #c522fd, #FD22A3);