#fea720
a balanced, electric orange · warm · closest name: orange
RGB
254, 167, 32
HSL
37°, 99%, 56%
CMYK
0, 34, 87, 0
Luminance
0.4881
Every format
| HEX | #fea720 |
| RGB | rgb(254, 167, 32) |
| HSL | hsl(37, 99%, 56%) |
| CMYK | cmyk(0%, 34%, 87%, 0%) |
| LAB | lab(75.3 22.9 74.1) |
| LCH | lch(75.3 77.5 72.9) |
| OKLCH | oklch(0.796 0.165 70.5) |
Copy-ready code
/* CSS */
color: #fea720;
background-color: #fea720;
/* Tailwind (arbitrary) */
class="text-[#fea720] bg-[#fea720]"
/* SCSS */
$brand: #fea720;
/* SwiftUI */
Color(red: 0.996, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#fea720")Accessibility — WCAG contrast
Aa
#fea720 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea720 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow87.4%
Key (black)0.4%
Color previews
#fea720 text on a black background
contrast 10.76:1
Card sample
#fea720 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea720;
Background color
Panel with #fea720 background
background-color: #fea720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea720; background: linear-gradient(135deg, #fea720, #C1FE20);