#fd024a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 2, 74
HSL
343°, 98%, 50%
CMYK
0, 99, 71, 1
Luminance
0.2142
Every format
| HEX | #fd024a |
| RGB | rgb(253, 2, 74) |
| HSL | hsl(343, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 71%, 1%) |
| LAB | lab(53.4 81.0 34.5) |
| LCH | lch(53.4 88.0 23.1) |
| OKLCH | oklch(0.630 0.252 18.3) |
Copy-ready code
/* CSS */
color: #fd024a;
background-color: #fd024a;
/* Tailwind (arbitrary) */
class="text-[#fd024a] bg-[#fd024a]"
/* SCSS */
$brand: #fd024a;
/* SwiftUI */
Color(red: 0.992, green: 0.008, blue: 0.290)
/* Android */
Color.parseColor("#fd024a")Accessibility — WCAG contrast
Aa
#fd024a on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd024a on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.8%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow70.8%
Key (black)0.8%
Color previews
#fd024a text on a black background
contrast 5.28:1
Card sample
#fd024a text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd024a;
Background color
Panel with #fd024a background
background-color: #fd024a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd024a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 2, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 2, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd024a; background: linear-gradient(135deg, #fd024a, #FD6102);