#fd005a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 0, 90
HSL
339°, 100%, 50%
CMYK
0, 100, 64, 1
Luminance
0.2162
Every format
| HEX | #fd005a |
| RGB | rgb(253, 0, 90) |
| HSL | hsl(339, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 64%, 1%) |
| LAB | lab(53.6 81.8 25.2) |
| LCH | lch(53.6 85.6 17.1) |
| OKLCH | oklch(0.633 0.253 13.8) |
Copy-ready code
/* CSS */
color: #fd005a;
background-color: #fd005a;
/* Tailwind (arbitrary) */
class="text-[#fd005a] bg-[#fd005a]"
/* SCSS */
$brand: #fd005a;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.353)
/* Android */
Color.parseColor("#fd005a")Accessibility — WCAG contrast
Aa
#fd005a on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd005a on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.4%
Key (black)0.8%
Color previews
#fd005a text on a black background
contrast 5.32:1
Card sample
#fd005a text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd005a;
Background color
Panel with #fd005a background
background-color: #fd005a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd005a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd005a; background: linear-gradient(135deg, #fd005a, #FD4F00);