#fea080
a light, electric orange · warm · closest name: salmon
RGB
254, 160, 128
HSL
15°, 98%, 75%
CMYK
0, 37, 50, 0
Luminance
0.4777
Every format
| HEX | #fea080 |
| RGB | rgb(254, 160, 128) |
| HSL | hsl(15, 98%, 75%) |
| CMYK | cmyk(0%, 37%, 50%, 0%) |
| LAB | lab(74.7 31.6 31.3) |
| LCH | lch(74.7 44.5 44.7) |
| OKLCH | oklch(0.794 0.121 39.5) |
Copy-ready code
/* CSS */
color: #fea080;
background-color: #fea080;
/* Tailwind (arbitrary) */
class="text-[#fea080] bg-[#fea080]"
/* SCSS */
$brand: #fea080;
/* SwiftUI */
Color(red: 0.996, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#fea080")Accessibility — WCAG contrast
Aa
#fea080 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea080 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green62.7%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow49.6%
Key (black)0.4%
Color previews
#fea080 text on a black background
contrast 10.55:1
Card sample
#fea080 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea080;
Background color
Panel with #fea080 background
background-color: #fea080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea080; background: linear-gradient(135deg, #fea080, #FEF480);