#fd586f
a light, electric red · warm · closest name: crimson
RGB
253, 88, 111
HSL
352°, 98%, 67%
CMYK
0, 65, 56, 1
Luminance
0.2901
Every format
| HEX | #fd586f |
| RGB | rgb(253, 88, 111) |
| HSL | hsl(352, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 56%, 1%) |
| LAB | lab(60.8 64.0 22.3) |
| LCH | lch(60.8 67.8 19.2) |
| OKLCH | oklch(0.687 0.200 16.0) |
Copy-ready code
/* CSS */
color: #fd586f;
background-color: #fd586f;
/* Tailwind (arbitrary) */
class="text-[#fd586f] bg-[#fd586f]"
/* SCSS */
$brand: #fd586f;
/* SwiftUI */
Color(red: 0.992, green: 0.345, blue: 0.435)
/* Android */
Color.parseColor("#fd586f")Accessibility — WCAG contrast
Aa
#fd586f on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd586f on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow56.1%
Key (black)0.8%
Color previews
#fd586f text on a black background
contrast 6.80:1
Card sample
#fd586f text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd586f;
Background color
Panel with #fd586f background
background-color: #fd586f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd586f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 88, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 88, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd586f; background: linear-gradient(135deg, #fd586f, #FDAF58);