#feb02a
a balanced, electric orange · warm · closest name: orange
RGB
254, 176, 42
HSL
38°, 99%, 58%
CMYK
0, 31, 84, 0
Luminance
0.5229
Every format
| HEX | #feb02a |
| RGB | rgb(254, 176, 42) |
| HSL | hsl(38, 99%, 58%) |
| CMYK | cmyk(0%, 31%, 84%, 0%) |
| LAB | lab(77.5 18.4 73.1) |
| LCH | lch(77.5 75.4 75.9) |
| OKLCH | oklch(0.812 0.161 74.6) |
Copy-ready code
/* CSS */
color: #feb02a;
background-color: #feb02a;
/* Tailwind (arbitrary) */
class="text-[#feb02a] bg-[#feb02a]"
/* SCSS */
$brand: #feb02a;
/* SwiftUI */
Color(red: 0.996, green: 0.690, blue: 0.165)
/* Android */
Color.parseColor("#feb02a")Accessibility — WCAG contrast
Aa
#feb02a on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb02a on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow83.5%
Key (black)0.4%
Color previews
#feb02a text on a black background
contrast 11.46:1
Card sample
#feb02a text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb02a;
Background color
Panel with #feb02a background
background-color: #feb02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 176, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 176, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb02a; background: linear-gradient(135deg, #feb02a, #BFFE2A);