#f5005e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 0, 94
HSL
337°, 100%, 48%
CMYK
0, 100, 62, 4
Luminance
0.2022
Every format
| HEX | #f5005e |
| RGB | rgb(245, 0, 94) |
| HSL | hsl(337, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 62%, 4%) |
| LAB | lab(52.1 80.2 20.4) |
| LCH | lch(52.1 82.8 14.3) |
| OKLCH | oklch(0.619 0.247 11.7) |
Copy-ready code
/* CSS */
color: #f5005e;
background-color: #f5005e;
/* Tailwind (arbitrary) */
class="text-[#f5005e] bg-[#f5005e]"
/* SCSS */
$brand: #f5005e;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.369)
/* Android */
Color.parseColor("#f5005e")Accessibility — WCAG contrast
Aa
#f5005e on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5005e on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.6%
Key (black)3.9%
Color previews
#f5005e text on a black background
contrast 5.04:1
Card sample
#f5005e text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5005e;
Background color
Panel with #f5005e background
background-color: #f5005e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5005e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5005e; background: linear-gradient(135deg, #f5005e, #F54500);