#f500c4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 0, 196
HSL
312°, 100%, 48%
CMYK
0, 100, 20, 4
Luminance
0.2340
Every format
| HEX | #f500c4 |
| RGB | rgb(245, 0, 196) |
| HSL | hsl(312, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 20%, 4%) |
| LAB | lab(55.5 89.0 -35.3) |
| LCH | lch(55.5 95.7 338.4) |
| OKLCH | oklch(0.654 0.284 340.3) |
Copy-ready code
/* CSS */
color: #f500c4;
background-color: #f500c4;
/* Tailwind (arbitrary) */
class="text-[#f500c4] bg-[#f500c4]"
/* SCSS */
$brand: #f500c4;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.769)
/* Android */
Color.parseColor("#f500c4")Accessibility — WCAG contrast
Aa
#f500c4 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f500c4 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.0%
Key (black)3.9%
Color previews
#f500c4 text on a black background
contrast 5.68:1
Card sample
#f500c4 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f500c4;
Background color
Panel with #f500c4 background
background-color: #f500c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f500c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f500c4; background: linear-gradient(135deg, #f500c4, #F50021);