#feac3f
a balanced, electric orange · warm · closest name: orange
RGB
254, 172, 63
HSL
34°, 99%, 62%
CMYK
0, 32, 75, 0
Luminance
0.5093
Every format
| HEX | #feac3f |
| RGB | rgb(254, 172, 63) |
| HSL | hsl(34, 99%, 62%) |
| CMYK | cmyk(0%, 32%, 75%, 0%) |
| LAB | lab(76.6 21.2 65.0) |
| LCH | lch(76.6 68.4 72.0) |
| OKLCH | oklch(0.806 0.152 69.6) |
Copy-ready code
/* CSS */
color: #feac3f;
background-color: #feac3f;
/* Tailwind (arbitrary) */
class="text-[#feac3f] bg-[#feac3f]"
/* SCSS */
$brand: #feac3f;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#feac3f")Accessibility — WCAG contrast
Aa
#feac3f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feac3f on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow75.2%
Key (black)0.4%
Color previews
#feac3f text on a black background
contrast 11.19:1
Card sample
#feac3f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feac3f;
Background color
Panel with #feac3f background
background-color: #feac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feac3f; background: linear-gradient(135deg, #feac3f, #D1FE3F);