#fd458f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 69, 143
HSL
336°, 98%, 63%
CMYK
0, 73, 44, 1
Luminance
0.2712
Every format
| HEX | #fd458f |
| RGB | rgb(253, 69, 143) |
| HSL | hsl(336, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 44%, 1%) |
| LAB | lab(59.1 73.4 1.2) |
| LCH | lch(59.1 73.4 1.0) |
| OKLCH | oklch(0.677 0.225 1.0) |
Copy-ready code
/* CSS */
color: #fd458f;
background-color: #fd458f;
/* Tailwind (arbitrary) */
class="text-[#fd458f] bg-[#fd458f]"
/* SCSS */
$brand: #fd458f;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.561)
/* Android */
Color.parseColor("#fd458f")Accessibility — WCAG contrast
Aa
#fd458f on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd458f on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow43.5%
Key (black)0.8%
Color previews
#fd458f text on a black background
contrast 6.42:1
Card sample
#fd458f text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd458f;
Background color
Panel with #fd458f background
background-color: #fd458f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd458f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd458f; background: linear-gradient(135deg, #fd458f, #FD7645);