#feb080
a light, electric orange · warm · closest name: peru
RGB
254, 176, 128
HSL
23°, 98%, 75%
CMYK
0, 31, 50, 0
Luminance
0.5368
Every format
| HEX | #feb080 |
| RGB | rgb(254, 176, 128) |
| HSL | hsl(23, 98%, 75%) |
| CMYK | cmyk(0%, 31%, 50%, 0%) |
| LAB | lab(78.3 23.3 36.0) |
| LCH | lch(78.3 42.8 57.1) |
| OKLCH | oklch(0.821 0.111 52.2) |
Copy-ready code
/* CSS */
color: #feb080;
background-color: #feb080;
/* Tailwind (arbitrary) */
class="text-[#feb080] bg-[#feb080]"
/* SCSS */
$brand: #feb080;
/* SwiftUI */
Color(red: 0.996, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#feb080")Accessibility — WCAG contrast
Aa
#feb080 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb080 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow49.6%
Key (black)0.4%
Color previews
#feb080 text on a black background
contrast 11.74:1
Card sample
#feb080 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb080;
Background color
Panel with #feb080 background
background-color: #feb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb080; background: linear-gradient(135deg, #feb080, #F8FE80);