#feba9f
a light, electric orange · warm · closest name: tan
RGB
254, 186, 159
HSL
17°, 98%, 81%
CMYK
0, 27, 37, 0
Luminance
0.5869
Every format
| HEX | #feba9f |
| RGB | rgb(254, 186, 159) |
| HSL | hsl(17, 98%, 81%) |
| CMYK | cmyk(0%, 27%, 37%, 0%) |
| LAB | lab(81.1 21.2 23.4) |
| LCH | lch(81.1 31.5 47.8) |
| OKLCH | oklch(0.845 0.087 42.6) |
Copy-ready code
/* CSS */
color: #feba9f;
background-color: #feba9f;
/* Tailwind (arbitrary) */
class="text-[#feba9f] bg-[#feba9f]"
/* SCSS */
$brand: #feba9f;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#feba9f")Accessibility — WCAG contrast
Aa
#feba9f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba9f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow37.4%
Key (black)0.4%
Color previews
#feba9f text on a black background
contrast 12.74:1
Card sample
#feba9f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba9f;
Background color
Panel with #feba9f background
background-color: #feba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba9f; background: linear-gradient(135deg, #feba9f, #FEF99F);