#fd5397
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 83, 151
HSL
336°, 98%, 66%
CMYK
0, 67, 40, 1
Luminance
0.2930
Every format
| HEX | #fd5397 |
| RGB | rgb(253, 83, 151) |
| HSL | hsl(336, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 40%, 1%) |
| LAB | lab(61.0 69.3 -0.6) |
| LCH | lch(61.0 69.3 359.5) |
| OKLCH | oklch(0.692 0.212 359.8) |
Copy-ready code
/* CSS */
color: #fd5397;
background-color: #fd5397;
/* Tailwind (arbitrary) */
class="text-[#fd5397] bg-[#fd5397]"
/* SCSS */
$brand: #fd5397;
/* SwiftUI */
Color(red: 0.992, green: 0.325, blue: 0.592)
/* Android */
Color.parseColor("#fd5397")Accessibility — WCAG contrast
Aa
#fd5397 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5397 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow40.3%
Key (black)0.8%
Color previews
#fd5397 text on a black background
contrast 6.86:1
Card sample
#fd5397 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5397;
Background color
Panel with #fd5397 background
background-color: #fd5397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 83, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 83, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5397; background: linear-gradient(135deg, #fd5397, #FD8053);