#fd5293
a light, electric magenta / pink · warm · closest name: crimson
RGB
253, 82, 147
HSL
337°, 98%, 66%
CMYK
0, 68, 42, 1
Luminance
0.2902
Every format
| HEX | #fd5293 |
| RGB | rgb(253, 82, 147) |
| HSL | hsl(337, 98%, 66%) |
| CMYK | cmyk(0%, 68%, 42%, 1%) |
| LAB | lab(60.8 69.3 1.4) |
| LCH | lch(60.8 69.3 1.1) |
| OKLCH | oklch(0.690 0.212 1.2) |
Copy-ready code
/* CSS */
color: #fd5293;
background-color: #fd5293;
/* Tailwind (arbitrary) */
class="text-[#fd5293] bg-[#fd5293]"
/* SCSS */
$brand: #fd5293;
/* SwiftUI */
Color(red: 0.992, green: 0.322, blue: 0.576)
/* Android */
Color.parseColor("#fd5293")Accessibility — WCAG contrast
Aa
#fd5293 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5293 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.2%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow41.9%
Key (black)0.8%
Color previews
#fd5293 text on a black background
contrast 6.80:1
Card sample
#fd5293 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5293;
Background color
Panel with #fd5293 background
background-color: #fd5293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 82, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 82, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5293; background: linear-gradient(135deg, #fd5293, #FD8352);