#fd398e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 57, 142
HSL
334°, 98%, 61%
CMYK
0, 78, 44, 1
Luminance
0.2576
Every format
| HEX | #fd398e |
| RGB | rgb(253, 57, 142) |
| HSL | hsl(334, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 44%, 1%) |
| LAB | lab(57.8 76.8 -0.1) |
| LCH | lch(57.8 76.8 360.0) |
| OKLCH | oklch(0.667 0.236 0.2) |
Copy-ready code
/* CSS */
color: #fd398e;
background-color: #fd398e;
/* Tailwind (arbitrary) */
class="text-[#fd398e] bg-[#fd398e]"
/* SCSS */
$brand: #fd398e;
/* SwiftUI */
Color(red: 0.992, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#fd398e")Accessibility — WCAG contrast
Aa
#fd398e on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd398e on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow43.9%
Key (black)0.8%
Color previews
#fd398e text on a black background
contrast 6.15:1
Card sample
#fd398e text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd398e;
Background color
Panel with #fd398e background
background-color: #fd398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd398e; background: linear-gradient(135deg, #fd398e, #FD6739);