#fd008f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 0, 143
HSL
326°, 100%, 50%
CMYK
0, 100, 44, 1
Luminance
0.2287
Every format
| HEX | #fd008f |
| RGB | rgb(253, 0, 143) |
| HSL | hsl(326, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 44%, 1%) |
| LAB | lab(54.9 85.3 -4.9) |
| LCH | lch(54.9 85.4 356.7) |
| OKLCH | oklch(0.646 0.264 357.4) |
Copy-ready code
/* CSS */
color: #fd008f;
background-color: #fd008f;
/* Tailwind (arbitrary) */
class="text-[#fd008f] bg-[#fd008f]"
/* SCSS */
$brand: #fd008f;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#fd008f")Accessibility — WCAG contrast
Aa
#fd008f on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd008f on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow43.5%
Key (black)0.8%
Color previews
#fd008f text on a black background
contrast 5.57:1
Card sample
#fd008f text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd008f;
Background color
Panel with #fd008f background
background-color: #fd008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd008f; background: linear-gradient(135deg, #fd008f, #FD1A00);