#feac8f
a light, electric orange · warm · closest name: salmon
RGB
254, 172, 143
HSL
16°, 98%, 78%
CMYK
0, 32, 44, 0
Luminance
0.5256
Every format
| HEX | #feac8f |
| RGB | rgb(254, 172, 143) |
| HSL | hsl(16, 98%, 78%) |
| CMYK | cmyk(0%, 32%, 44%, 0%) |
| LAB | lab(77.6 26.8 27.1) |
| LCH | lch(77.6 38.1 45.4) |
| OKLCH | oklch(0.817 0.105 40.3) |
Copy-ready code
/* CSS */
color: #feac8f;
background-color: #feac8f;
/* Tailwind (arbitrary) */
class="text-[#feac8f] bg-[#feac8f]"
/* SCSS */
$brand: #feac8f;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#feac8f")Accessibility — WCAG contrast
Aa
#feac8f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feac8f on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow43.7%
Key (black)0.4%
Color previews
#feac8f text on a black background
contrast 11.51:1
Card sample
#feac8f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feac8f;
Background color
Panel with #feac8f background
background-color: #feac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feac8f; background: linear-gradient(135deg, #feac8f, #FEF68F);