#fd026f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 2, 111
HSL
334°, 98%, 50%
CMYK
0, 99, 56, 1
Luminance
0.2207
Every format
| HEX | #fd026f |
| RGB | rgb(253, 2, 111) |
| HSL | hsl(334, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 56%, 1%) |
| LAB | lab(54.1 82.8 13.2) |
| LCH | lch(54.1 83.9 9.0) |
| OKLCH | oklch(0.638 0.255 7.5) |
Copy-ready code
/* CSS */
color: #fd026f;
background-color: #fd026f;
/* Tailwind (arbitrary) */
class="text-[#fd026f] bg-[#fd026f]"
/* SCSS */
$brand: #fd026f;
/* SwiftUI */
Color(red: 0.992, green: 0.008, blue: 0.435)
/* Android */
Color.parseColor("#fd026f")Accessibility — WCAG contrast
Aa
#fd026f on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd026f on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow56.1%
Key (black)0.8%
Color previews
#fd026f text on a black background
contrast 5.41:1
Card sample
#fd026f text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd026f;
Background color
Panel with #fd026f background
background-color: #fd026f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd026f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 2, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 2, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd026f; background: linear-gradient(135deg, #fd026f, #FD3C02);