#fe4b2d
a balanced, electric red · warm · closest name: tomato
RGB
254, 75, 45
HSL
9°, 99%, 59%
CMYK
0, 71, 82, 0
Luminance
0.2629
Every format
| HEX | #fe4b2d |
| RGB | rgb(254, 75, 45) |
| HSL | hsl(9, 99%, 59%) |
| CMYK | cmyk(0%, 71%, 82%, 0%) |
| LAB | lab(58.3 66.1 55.4) |
| LCH | lch(58.3 86.2 40.0) |
| OKLCH | oklch(0.666 0.220 32.1) |
Copy-ready code
/* CSS */
color: #fe4b2d;
background-color: #fe4b2d;
/* Tailwind (arbitrary) */
class="text-[#fe4b2d] bg-[#fe4b2d]"
/* SCSS */
$brand: #fe4b2d;
/* SwiftUI */
Color(red: 0.996, green: 0.294, blue: 0.176)
/* Android */
Color.parseColor("#fe4b2d")Accessibility — WCAG contrast
Aa
#fe4b2d on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4b2d on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.4%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow82.3%
Key (black)0.4%
Color previews
#fe4b2d text on a black background
contrast 6.26:1
Card sample
#fe4b2d text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4b2d;
Background color
Panel with #fe4b2d background
background-color: #fe4b2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4b2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 75, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 75, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4b2d; background: linear-gradient(135deg, #fe4b2d, #FED62D);