#feac6f
a light, electric orange · warm · closest name: peru
RGB
254, 172, 111
HSL
26°, 99%, 72%
CMYK
0, 32, 56, 0
Luminance
0.5172
Every format
| HEX | #feac6f |
| RGB | rgb(254, 172, 111) |
| HSL | hsl(26, 99%, 72%) |
| CMYK | cmyk(0%, 32%, 56%, 0%) |
| LAB | lab(77.1 23.9 43.3) |
| LCH | lch(77.1 49.5 61.1) |
| OKLCH | oklch(0.812 0.124 56.6) |
Copy-ready code
/* CSS */
color: #feac6f;
background-color: #feac6f;
/* Tailwind (arbitrary) */
class="text-[#feac6f] bg-[#feac6f]"
/* SCSS */
$brand: #feac6f;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.435)
/* Android */
Color.parseColor("#feac6f")Accessibility — WCAG contrast
Aa
#feac6f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feac6f on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow56.3%
Key (black)0.4%
Color previews
#feac6f text on a black background
contrast 11.34:1
Card sample
#feac6f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feac6f;
Background color
Panel with #feac6f background
background-color: #feac6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feac6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feac6f; background: linear-gradient(135deg, #feac6f, #F1FE6F);