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