#fe3f2c
a balanced, electric red · warm · closest name: tomato
RGB
254, 63, 44
HSL
5°, 99%, 58%
CMYK
0, 75, 83, 0
Luminance
0.2481
Every format
| HEX | #fe3f2c |
| RGB | rgb(254, 63, 44) |
| HSL | hsl(5, 99%, 58%) |
| CMYK | cmyk(0%, 75%, 83%, 0%) |
| LAB | lab(56.9 70.0 54.5) |
| LCH | lch(56.9 88.7 37.9) |
| OKLCH | oklch(0.655 0.229 30.0) |
Copy-ready code
/* CSS */
color: #fe3f2c;
background-color: #fe3f2c;
/* Tailwind (arbitrary) */
class="text-[#fe3f2c] bg-[#fe3f2c]"
/* SCSS */
$brand: #fe3f2c;
/* SwiftUI */
Color(red: 0.996, green: 0.247, blue: 0.173)
/* Android */
Color.parseColor("#fe3f2c")Accessibility — WCAG contrast
Aa
#fe3f2c on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3f2c on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow82.7%
Key (black)0.4%
Color previews
#fe3f2c text on a black background
contrast 5.96:1
Card sample
#fe3f2c text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3f2c;
Background color
Panel with #fe3f2c background
background-color: #fe3f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 63, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 63, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3f2c; background: linear-gradient(135deg, #fe3f2c, #FECB2C);