#c504fd
a balanced, electric violet · warm · closest name: magenta
RGB
197, 4, 253
HSL
287°, 98%, 50%
CMYK
22, 98, 0, 1
Luminance
0.1905
Every format
| HEX | #c504fd |
| RGB | rgb(197, 4, 253) |
| HSL | hsl(287, 98%, 50%) |
| CMYK | cmyk(22%, 98%, 0%, 1%) |
| LAB | lab(50.8 89.5 -75.7) |
| LCH | lch(50.8 117.2 319.8) |
| OKLCH | oklch(0.617 0.303 314.9) |
Copy-ready code
/* CSS */
color: #c504fd;
background-color: #c504fd;
/* Tailwind (arbitrary) */
class="text-[#c504fd] bg-[#c504fd]"
/* SCSS */
$brand: #c504fd;
/* SwiftUI */
Color(red: 0.773, green: 0.016, blue: 0.992)
/* Android */
Color.parseColor("#c504fd")Accessibility — WCAG contrast
Aa
#c504fd on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c504fd on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green1.6%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta98.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c504fd text on a black background
contrast 4.81:1
Card sample
#c504fd text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c504fd;
Background color
Panel with #c504fd background
background-color: #c504fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c504fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 4, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 4, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c504fd; background: linear-gradient(135deg, #c504fd, #FD048F);