#feba9b
a light, electric orange · warm · closest name: tan
RGB
254, 186, 155
HSL
19°, 98%, 80%
CMYK
0, 27, 39, 0
Luminance
0.5856
Every format
| HEX | #feba9b |
| RGB | rgb(254, 186, 155) |
| HSL | hsl(19, 98%, 80%) |
| CMYK | cmyk(0%, 27%, 39%, 0%) |
| LAB | lab(81.0 20.7 25.4) |
| LCH | lch(81.0 32.8 50.8) |
| OKLCH | oklch(0.844 0.090 45.5) |
Copy-ready code
/* CSS */
color: #feba9b;
background-color: #feba9b;
/* Tailwind (arbitrary) */
class="text-[#feba9b] bg-[#feba9b]"
/* SCSS */
$brand: #feba9b;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.608)
/* Android */
Color.parseColor("#feba9b")Accessibility — WCAG contrast
Aa
#feba9b on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba9b on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow39.0%
Key (black)0.4%
Color previews
#feba9b text on a black background
contrast 12.71:1
Card sample
#feba9b text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba9b;
Background color
Panel with #feba9b background
background-color: #feba9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba9b; background: linear-gradient(135deg, #feba9b, #FEFC9B);