#feba5f
a light, electric orange · warm · closest name: peru
RGB
254, 186, 95
HSL
34°, 99%, 68%
CMYK
0, 27, 63, 0
Luminance
0.5701
Every format
| HEX | #feba5f |
| RGB | rgb(254, 186, 95) |
| HSL | hsl(34, 99%, 68%) |
| CMYK | cmyk(0%, 27%, 63%, 0%) |
| LAB | lab(80.2 15.5 54.8) |
| LCH | lch(80.2 56.9 74.2) |
| OKLCH | oklch(0.835 0.133 72.1) |
Copy-ready code
/* CSS */
color: #feba5f;
background-color: #feba5f;
/* Tailwind (arbitrary) */
class="text-[#feba5f] bg-[#feba5f]"
/* SCSS */
$brand: #feba5f;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.373)
/* Android */
Color.parseColor("#feba5f")Accessibility — WCAG contrast
Aa
#feba5f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba5f on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow62.6%
Key (black)0.4%
Color previews
#feba5f text on a black background
contrast 12.40:1
Card sample
#feba5f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba5f;
Background color
Panel with #feba5f background
background-color: #feba5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba5f; background: linear-gradient(135deg, #feba5f, #D8FE5F);