#fd0980
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 9, 128
HSL
331°, 98%, 51%
CMYK
0, 96, 49, 1
Luminance
0.2264
Every format
| HEX | #fd0980 |
| RGB | rgb(253, 9, 128) |
| HSL | hsl(331, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 49%, 1%) |
| LAB | lab(54.7 83.5 3.8) |
| LCH | lch(54.7 83.6 2.6) |
| OKLCH | oklch(0.643 0.257 2.3) |
Copy-ready code
/* CSS */
color: #fd0980;
background-color: #fd0980;
/* Tailwind (arbitrary) */
class="text-[#fd0980] bg-[#fd0980]"
/* SCSS */
$brand: #fd0980;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.502)
/* Android */
Color.parseColor("#fd0980")Accessibility — WCAG contrast
Aa
#fd0980 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0980 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow49.4%
Key (black)0.8%
Color previews
#fd0980 text on a black background
contrast 5.53:1
Card sample
#fd0980 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0980;
Background color
Panel with #fd0980 background
background-color: #fd0980;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0980;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0980; background: linear-gradient(135deg, #fd0980, #FD3509);