#fe7021
a balanced, electric orange · warm · closest name: chocolate
RGB
254, 112, 33
HSL
21°, 99%, 56%
CMYK
0, 56, 87, 0
Luminance
0.3277
Every format
| HEX | #fe7021 |
| RGB | rgb(254, 112, 33) |
| HSL | hsl(21, 99%, 56%) |
| CMYK | cmyk(0%, 56%, 87%, 0%) |
| LAB | lab(64.0 50.5 64.9) |
| LCH | lch(64.0 82.2 52.1) |
| OKLCH | oklch(0.708 0.192 44.4) |
Copy-ready code
/* CSS */
color: #fe7021;
background-color: #fe7021;
/* Tailwind (arbitrary) */
class="text-[#fe7021] bg-[#fe7021]"
/* SCSS */
$brand: #fe7021;
/* SwiftUI */
Color(red: 0.996, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#fe7021")Accessibility — WCAG contrast
Aa
#fe7021 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7021 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow87.0%
Key (black)0.4%
Color previews
#fe7021 text on a black background
contrast 7.55:1
Card sample
#fe7021 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7021;
Background color
Panel with #fe7021 background
background-color: #fe7021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7021; background: linear-gradient(135deg, #fe7021, #F9FE21);