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