#feba7d
a light, electric orange · warm · closest name: peru
RGB
254, 186, 125
HSL
28°, 99%, 74%
CMYK
0, 27, 51, 0
Luminance
0.5767
Every format
| HEX | #feba7d |
| RGB | rgb(254, 186, 125) |
| HSL | hsl(28, 99%, 74%) |
| CMYK | cmyk(0%, 27%, 51%, 0%) |
| LAB | lab(80.6 17.8 40.4) |
| LCH | lch(80.6 44.2 66.3) |
| OKLCH | oklch(0.839 0.110 62.3) |
Copy-ready code
/* CSS */
color: #feba7d;
background-color: #feba7d;
/* Tailwind (arbitrary) */
class="text-[#feba7d] bg-[#feba7d]"
/* SCSS */
$brand: #feba7d;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.490)
/* Android */
Color.parseColor("#feba7d")Accessibility — WCAG contrast
Aa
#feba7d on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba7d on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow50.8%
Key (black)0.4%
Color previews
#feba7d text on a black background
contrast 12.53:1
Card sample
#feba7d text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba7d;
Background color
Panel with #feba7d background
background-color: #feba7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba7d; background: linear-gradient(135deg, #feba7d, #ECFE7D);