#fd1071
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 16, 113
HSL
335°, 98%, 53%
CMYK
0, 94, 55, 1
Luminance
0.2245
Every format
| HEX | #fd1071 |
| RGB | rgb(253, 16, 113) |
| HSL | hsl(335, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 55%, 1%) |
| LAB | lab(54.5 82.0 12.5) |
| LCH | lch(54.5 82.9 8.7) |
| OKLCH | oklch(0.641 0.252 7.2) |
Copy-ready code
/* CSS */
color: #fd1071;
background-color: #fd1071;
/* Tailwind (arbitrary) */
class="text-[#fd1071] bg-[#fd1071]"
/* SCSS */
$brand: #fd1071;
/* SwiftUI */
Color(red: 0.992, green: 0.063, blue: 0.443)
/* Android */
Color.parseColor("#fd1071")Accessibility — WCAG contrast
Aa
#fd1071 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1071 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.3%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow55.3%
Key (black)0.8%
Color previews
#fd1071 text on a black background
contrast 5.49:1
Card sample
#fd1071 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1071;
Background color
Panel with #fd1071 background
background-color: #fd1071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 16, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 16, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1071; background: linear-gradient(135deg, #fd1071, #FD4D10);