#feba91
a light, electric orange · warm · closest name: tan
RGB
254, 186, 145
HSL
23°, 98%, 78%
CMYK
0, 27, 43, 0
Luminance
0.5823
Every format
| HEX | #feba91 |
| RGB | rgb(254, 186, 145) |
| HSL | hsl(23, 98%, 78%) |
| CMYK | cmyk(0%, 27%, 43%, 0%) |
| LAB | lab(80.9 19.7 30.4) |
| LCH | lch(80.9 36.2 57.1) |
| OKLCH | oklch(0.842 0.096 52.1) |
Copy-ready code
/* CSS */
color: #feba91;
background-color: #feba91;
/* Tailwind (arbitrary) */
class="text-[#feba91] bg-[#feba91]"
/* SCSS */
$brand: #feba91;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.569)
/* Android */
Color.parseColor("#feba91")Accessibility — WCAG contrast
Aa
#feba91 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba91 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow42.9%
Key (black)0.4%
Color previews
#feba91 text on a black background
contrast 12.65:1
Card sample
#feba91 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba91;
Background color
Panel with #feba91 background
background-color: #feba91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba91; background: linear-gradient(135deg, #feba91, #F9FE91);