#fd2091
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 32, 145
HSL
329°, 98%, 56%
CMYK
0, 87, 43, 1
Luminance
0.2396
Every format
| HEX | #fd2091 |
| RGB | rgb(253, 32, 145) |
| HSL | hsl(329, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 43%, 1%) |
| LAB | lab(56.0 82.4 -4.4) |
| LCH | lch(56.0 82.5 356.9) |
| OKLCH | oklch(0.655 0.254 357.6) |
Copy-ready code
/* CSS */
color: #fd2091;
background-color: #fd2091;
/* Tailwind (arbitrary) */
class="text-[#fd2091] bg-[#fd2091]"
/* SCSS */
$brand: #fd2091;
/* SwiftUI */
Color(red: 0.992, green: 0.125, blue: 0.569)
/* Android */
Color.parseColor("#fd2091")Accessibility — WCAG contrast
Aa
#fd2091 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2091 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow42.7%
Key (black)0.8%
Color previews
#fd2091 text on a black background
contrast 5.79:1
Card sample
#fd2091 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2091;
Background color
Panel with #fd2091 background
background-color: #fd2091;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2091;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 32, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 32, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2091; background: linear-gradient(135deg, #fd2091, #FD4220);