#feac4f
a light, electric orange · warm · closest name: peru
RGB
254, 172, 79
HSL
32°, 99%, 65%
CMYK
0, 32, 69, 0
Luminance
0.5114
Every format
| HEX | #feac4f |
| RGB | rgb(254, 172, 79) |
| HSL | hsl(32, 99%, 65%) |
| CMYK | cmyk(0%, 32%, 69%, 0%) |
| LAB | lab(76.8 21.9 58.4) |
| LCH | lch(76.8 62.3 69.4) |
| OKLCH | oklch(0.808 0.144 66.4) |
Copy-ready code
/* CSS */
color: #feac4f;
background-color: #feac4f;
/* Tailwind (arbitrary) */
class="text-[#feac4f] bg-[#feac4f]"
/* SCSS */
$brand: #feac4f;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#feac4f")Accessibility — WCAG contrast
Aa
#feac4f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feac4f on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow68.9%
Key (black)0.4%
Color previews
#feac4f text on a black background
contrast 11.23:1
Card sample
#feac4f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feac4f;
Background color
Panel with #feac4f background
background-color: #feac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feac4f; background: linear-gradient(135deg, #feac4f, #DBFE4F);