#f5007a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 0, 122
HSL
330°, 100%, 48%
CMYK
0, 100, 50, 4
Luminance
0.2082
Every format
| HEX | #f5007a |
| RGB | rgb(245, 0, 122) |
| HSL | hsl(330, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 50%, 4%) |
| LAB | lab(52.8 82.0 4.4) |
| LCH | lch(52.8 82.1 3.1) |
| OKLCH | oklch(0.626 0.252 2.7) |
Copy-ready code
/* CSS */
color: #f5007a;
background-color: #f5007a;
/* Tailwind (arbitrary) */
class="text-[#f5007a] bg-[#f5007a]"
/* SCSS */
$brand: #f5007a;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.478)
/* Android */
Color.parseColor("#f5007a")Accessibility — WCAG contrast
Aa
#f5007a on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5007a on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.2%
Key (black)3.9%
Color previews
#f5007a text on a black background
contrast 5.16:1
Card sample
#f5007a text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5007a;
Background color
Panel with #f5007a background
background-color: #f5007a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5007a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5007a; background: linear-gradient(135deg, #f5007a, #F52900);