#fd0071
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 0, 113
HSL
333°, 100%, 50%
CMYK
0, 100, 55, 1
Luminance
0.2207
Every format
| HEX | #fd0071 |
| RGB | rgb(253, 0, 113) |
| HSL | hsl(333, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 55%, 1%) |
| LAB | lab(54.1 83.1 12.0) |
| LCH | lch(54.1 84.0 8.2) |
| OKLCH | oklch(0.638 0.256 6.8) |
Copy-ready code
/* CSS */
color: #fd0071;
background-color: #fd0071;
/* Tailwind (arbitrary) */
class="text-[#fd0071] bg-[#fd0071]"
/* SCSS */
$brand: #fd0071;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.443)
/* Android */
Color.parseColor("#fd0071")Accessibility — WCAG contrast
Aa
#fd0071 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0071 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow55.3%
Key (black)0.8%
Color previews
#fd0071 text on a black background
contrast 5.41:1
Card sample
#fd0071 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0071;
Background color
Panel with #fd0071 background
background-color: #fd0071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0071; background: linear-gradient(135deg, #fd0071, #FD3800);