#feab2c
a balanced, electric orange · warm · closest name: orange
RGB
254, 171, 44
HSL
36°, 99%, 58%
CMYK
0, 33, 83, 0
Luminance
0.5038
Every format
| HEX | #feab2c |
| RGB | rgb(254, 171, 44) |
| HSL | hsl(36, 99%, 58%) |
| CMYK | cmyk(0%, 33%, 83%, 0%) |
| LAB | lab(76.3 21.0 71.5) |
| LCH | lch(76.3 74.5 73.6) |
| OKLCH | oklch(0.803 0.161 71.6) |
Copy-ready code
/* CSS */
color: #feab2c;
background-color: #feab2c;
/* Tailwind (arbitrary) */
class="text-[#feab2c] bg-[#feab2c]"
/* SCSS */
$brand: #feab2c;
/* SwiftUI */
Color(red: 0.996, green: 0.671, blue: 0.173)
/* Android */
Color.parseColor("#feab2c")Accessibility — WCAG contrast
Aa
#feab2c on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feab2c on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow82.7%
Key (black)0.4%
Color previews
#feab2c text on a black background
contrast 11.08:1
Card sample
#feab2c text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feab2c;
Background color
Panel with #feab2c background
background-color: #feab2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feab2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 171, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 171, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feab2c; background: linear-gradient(135deg, #feab2c, #C5FE2C);