#fe5621
a balanced, electric red · warm · closest name: tomato
RGB
254, 86, 33
HSL
14°, 99%, 56%
CMYK
0, 66, 87, 0
Luminance
0.2784
Every format
| HEX | #fe5621 |
| RGB | rgb(254, 86, 33) |
| HSL | hsl(14, 99%, 56%) |
| CMYK | cmyk(0%, 66%, 87%, 0%) |
| LAB | lab(59.8 61.7 61.6) |
| LCH | lch(59.8 87.2 45.0) |
| OKLCH | oklch(0.676 0.213 36.5) |
Copy-ready code
/* CSS */
color: #fe5621;
background-color: #fe5621;
/* Tailwind (arbitrary) */
class="text-[#fe5621] bg-[#fe5621]"
/* SCSS */
$brand: #fe5621;
/* SwiftUI */
Color(red: 0.996, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#fe5621")Accessibility — WCAG contrast
Aa
#fe5621 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe5621 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow87.0%
Key (black)0.4%
Color previews
#fe5621 text on a black background
contrast 6.57:1
Card sample
#fe5621 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5621;
Background color
Panel with #fe5621 background
background-color: #fe5621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5621; background: linear-gradient(135deg, #fe5621, #FEE921);