#feba89
a light, electric orange · warm · closest name: tan
RGB
254, 186, 137
HSL
25°, 98%, 77%
CMYK
0, 27, 46, 0
Luminance
0.5799
Every format
| HEX | #feba89 |
| RGB | rgb(254, 186, 137) |
| HSL | hsl(25, 98%, 77%) |
| CMYK | cmyk(0%, 27%, 46%, 0%) |
| LAB | lab(80.7 18.9 34.5) |
| LCH | lch(80.7 39.3 61.3) |
| OKLCH | oklch(0.841 0.102 56.6) |
Copy-ready code
/* CSS */
color: #feba89;
background-color: #feba89;
/* Tailwind (arbitrary) */
class="text-[#feba89] bg-[#feba89]"
/* SCSS */
$brand: #feba89;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.537)
/* Android */
Color.parseColor("#feba89")Accessibility — WCAG contrast
Aa
#feba89 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba89 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow46.1%
Key (black)0.4%
Color previews
#feba89 text on a black background
contrast 12.60:1
Card sample
#feba89 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba89;
Background color
Panel with #feba89 background
background-color: #feba89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba89; background: linear-gradient(135deg, #feba89, #F4FE89);