#fd0989
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 9, 137
HSL
329°, 98%, 51%
CMYK
0, 96, 46, 1
Luminance
0.2288
Every format
| HEX | #fd0989 |
| RGB | rgb(253, 9, 137) |
| HSL | hsl(329, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 46%, 1%) |
| LAB | lab(55.0 84.2 -1.3) |
| LCH | lch(55.0 84.2 359.1) |
| OKLCH | oklch(0.646 0.260 359.5) |
Copy-ready code
/* CSS */
color: #fd0989;
background-color: #fd0989;
/* Tailwind (arbitrary) */
class="text-[#fd0989] bg-[#fd0989]"
/* SCSS */
$brand: #fd0989;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.537)
/* Android */
Color.parseColor("#fd0989")Accessibility — WCAG contrast
Aa
#fd0989 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0989 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow45.8%
Key (black)0.8%
Color previews
#fd0989 text on a black background
contrast 5.58:1
Card sample
#fd0989 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0989;
Background color
Panel with #fd0989 background
background-color: #fd0989;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0989;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0989; background: linear-gradient(135deg, #fd0989, #FD2C09);