#fd486f
a balanced, electric red · warm · closest name: crimson
RGB
253, 72, 111
HSL
347°, 98%, 64%
CMYK
0, 72, 56, 1
Luminance
0.2667
Every format
| HEX | #fd486f |
| RGB | rgb(253, 72, 111) |
| HSL | hsl(347, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 56%, 1%) |
| LAB | lab(58.7 69.9 19.4) |
| LCH | lch(58.7 72.5 15.5) |
| OKLCH | oklch(0.671 0.216 12.9) |
Copy-ready code
/* CSS */
color: #fd486f;
background-color: #fd486f;
/* Tailwind (arbitrary) */
class="text-[#fd486f] bg-[#fd486f]"
/* SCSS */
$brand: #fd486f;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.435)
/* Android */
Color.parseColor("#fd486f")Accessibility — WCAG contrast
Aa
#fd486f on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd486f on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow56.1%
Key (black)0.8%
Color previews
#fd486f text on a black background
contrast 6.33:1
Card sample
#fd486f text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd486f;
Background color
Panel with #fd486f background
background-color: #fd486f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd486f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd486f; background: linear-gradient(135deg, #fd486f, #FD9A48);