#fd6151
a light, electric red · warm · closest name: tomato
RGB
253, 97, 81
HSL
6°, 98%, 66%
CMYK
0, 62, 68, 1
Luminance
0.3003
Every format
| HEX | #fd6151 |
| RGB | rgb(253, 97, 81) |
| HSL | hsl(6, 98%, 66%) |
| CMYK | cmyk(0%, 62%, 68%, 1%) |
| LAB | lab(61.7 58.5 40.4) |
| LCH | lch(61.7 71.1 34.6) |
| OKLCH | oklch(0.692 0.193 28.9) |
Copy-ready code
/* CSS */
color: #fd6151;
background-color: #fd6151;
/* Tailwind (arbitrary) */
class="text-[#fd6151] bg-[#fd6151]"
/* SCSS */
$brand: #fd6151;
/* SwiftUI */
Color(red: 0.992, green: 0.380, blue: 0.318)
/* Android */
Color.parseColor("#fd6151")Accessibility — WCAG contrast
Aa
#fd6151 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd6151 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.0%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow68.0%
Key (black)0.8%
Color previews
#fd6151 text on a black background
contrast 7.01:1
Card sample
#fd6151 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6151;
Background color
Panel with #fd6151 background
background-color: #fd6151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 97, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 97, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6151; background: linear-gradient(135deg, #fd6151, #FDD451);