#fe899f
a light, electric red · warm · closest name: salmon
RGB
254, 137, 159
HSL
349°, 98%, 77%
CMYK
0, 46, 37, 0
Luminance
0.4147
Every format
| HEX | #fe899f |
| RGB | rgb(254, 137, 159) |
| HSL | hsl(349, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 37%, 0%) |
| LAB | lab(70.5 46.5 8.5) |
| LCH | lch(70.5 47.3 10.4) |
| OKLCH | oklch(0.764 0.143 9.1) |
Copy-ready code
/* CSS */
color: #fe899f;
background-color: #fe899f;
/* Tailwind (arbitrary) */
class="text-[#fe899f] bg-[#fe899f]"
/* SCSS */
$brand: #fe899f;
/* SwiftUI */
Color(red: 0.996, green: 0.537, blue: 0.624)
/* Android */
Color.parseColor("#fe899f")Accessibility — WCAG contrast
Aa
#fe899f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe899f on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green53.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow37.4%
Key (black)0.4%
Color previews
#fe899f text on a black background
contrast 9.29:1
Card sample
#fe899f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe899f;
Background color
Panel with #fe899f background
background-color: #fe899f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe899f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 137, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 137, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe899f; background: linear-gradient(135deg, #fe899f, #FEC189);