#fd7151
a light, electric red · warm · closest name: tomato
RGB
253, 113, 81
HSL
11°, 98%, 66%
CMYK
0, 55, 68, 1
Luminance
0.3329
Every format
| HEX | #fd7151 |
| RGB | rgb(253, 113, 81) |
| HSL | hsl(11, 98%, 66%) |
| CMYK | cmyk(0%, 55%, 68%, 1%) |
| LAB | lab(64.4 51.4 43.6) |
| LCH | lch(64.4 67.3 40.3) |
| OKLCH | oklch(0.713 0.178 34.3) |
Copy-ready code
/* CSS */
color: #fd7151;
background-color: #fd7151;
/* Tailwind (arbitrary) */
class="text-[#fd7151] bg-[#fd7151]"
/* SCSS */
$brand: #fd7151;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.318)
/* Android */
Color.parseColor("#fd7151")Accessibility — WCAG contrast
Aa
#fd7151 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7151 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow68.0%
Key (black)0.8%
Color previews
#fd7151 text on a black background
contrast 7.66:1
Card sample
#fd7151 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7151;
Background color
Panel with #fd7151 background
background-color: #fd7151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7151; background: linear-gradient(135deg, #fd7151, #FDE451);