#fd5658
a light, electric red · warm · closest name: tomato
RGB
253, 86, 88
HSL
359°, 98%, 67%
CMYK
0, 66, 65, 1
Luminance
0.2824
Every format
| HEX | #fd5658 |
| RGB | rgb(253, 86, 88) |
| HSL | hsl(359, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 65%, 1%) |
| LAB | lab(60.1 63.4 34.6) |
| LCH | lch(60.1 72.2 28.6) |
| OKLCH | oklch(0.681 0.203 23.7) |
Copy-ready code
/* CSS */
color: #fd5658;
background-color: #fd5658;
/* Tailwind (arbitrary) */
class="text-[#fd5658] bg-[#fd5658]"
/* SCSS */
$brand: #fd5658;
/* SwiftUI */
Color(red: 0.992, green: 0.337, blue: 0.345)
/* Android */
Color.parseColor("#fd5658")Accessibility — WCAG contrast
Aa
#fd5658 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5658 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.7%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow65.2%
Key (black)0.8%
Color previews
#fd5658 text on a black background
contrast 6.65:1
Card sample
#fd5658 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5658;
Background color
Panel with #fd5658 background
background-color: #fd5658;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5658;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 86, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 86, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5658; background: linear-gradient(135deg, #fd5658, #FDC356);