#feba73
a light, electric orange · warm · closest name: peru
RGB
254, 186, 115
HSL
31°, 99%, 72%
CMYK
0, 27, 55, 0
Luminance
0.5743
Every format
| HEX | #feba73 |
| RGB | rgb(254, 186, 115) |
| HSL | hsl(31, 99%, 72%) |
| CMYK | cmyk(0%, 27%, 55%, 0%) |
| LAB | lab(80.4 16.9 45.3) |
| LCH | lch(80.4 48.4 69.5) |
| OKLCH | oklch(0.838 0.118 66.2) |
Copy-ready code
/* CSS */
color: #feba73;
background-color: #feba73;
/* Tailwind (arbitrary) */
class="text-[#feba73] bg-[#feba73]"
/* SCSS */
$brand: #feba73;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.451)
/* Android */
Color.parseColor("#feba73")Accessibility — WCAG contrast
Aa
#feba73 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba73 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow54.7%
Key (black)0.4%
Color previews
#feba73 text on a black background
contrast 12.49:1
Card sample
#feba73 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba73;
Background color
Panel with #feba73 background
background-color: #feba73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba73; background: linear-gradient(135deg, #feba73, #E5FE73);