#fd1981
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 25, 129
HSL
333°, 98%, 55%
CMYK
0, 90, 49, 1
Luminance
0.2316
Every format
| HEX | #fd1981 |
| RGB | rgb(253, 25, 129) |
| HSL | hsl(333, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 49%, 1%) |
| LAB | lab(55.3 82.1 3.9) |
| LCH | lch(55.3 82.2 2.7) |
| OKLCH | oklch(0.647 0.253 2.5) |
Copy-ready code
/* CSS */
color: #fd1981;
background-color: #fd1981;
/* Tailwind (arbitrary) */
class="text-[#fd1981] bg-[#fd1981]"
/* SCSS */
$brand: #fd1981;
/* SwiftUI */
Color(red: 0.992, green: 0.098, blue: 0.506)
/* Android */
Color.parseColor("#fd1981")Accessibility — WCAG contrast
Aa
#fd1981 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1981 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.8%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow49.0%
Key (black)0.8%
Color previews
#fd1981 text on a black background
contrast 5.63:1
Card sample
#fd1981 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1981;
Background color
Panel with #fd1981 background
background-color: #fd1981;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1981;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 25, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 25, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1981; background: linear-gradient(135deg, #fd1981, #FD4919);