#c504fc
a balanced, electric violet · warm · closest name: magenta
RGB
197, 4, 252
HSL
287°, 98%, 50%
CMYK
22, 98, 0, 1
Luminance
0.1899
Every format
| HEX | #c504fc |
| RGB | rgb(197, 4, 252) |
| HSL | hsl(287, 98%, 50%) |
| CMYK | cmyk(22%, 98%, 0%, 1%) |
| LAB | lab(50.7 89.3 -75.2) |
| LCH | lch(50.7 116.8 319.9) |
| OKLCH | oklch(0.616 0.302 315.1) |
Copy-ready code
/* CSS */
color: #c504fc;
background-color: #c504fc;
/* Tailwind (arbitrary) */
class="text-[#c504fc] bg-[#c504fc]"
/* SCSS */
$brand: #c504fc;
/* SwiftUI */
Color(red: 0.773, green: 0.016, blue: 0.988)
/* Android */
Color.parseColor("#c504fc")Accessibility — WCAG contrast
Aa
#c504fc on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c504fc on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green1.6%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta98.4%
Yellow0.0%
Key (black)1.2%
Color previews
#c504fc text on a black background
contrast 4.80:1
Card sample
#c504fc text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c504fc;
Background color
Panel with #c504fc background
background-color: #c504fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c504fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 4, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 4, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c504fc; background: linear-gradient(135deg, #c504fc, #FC048E);