#fd899f
a light, electric red · warm · closest name: salmon
RGB
253, 137, 159
HSL
349°, 97%, 77%
CMYK
0, 46, 37, 1
Luminance
0.4128
Every format
| HEX | #fd899f |
| RGB | rgb(253, 137, 159) |
| HSL | hsl(349, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 37%, 1%) |
| LAB | lab(70.4 46.1 8.3) |
| LCH | lch(70.4 46.9 10.2) |
| OKLCH | oklch(0.762 0.142 8.9) |
Copy-ready code
/* CSS */
color: #fd899f;
background-color: #fd899f;
/* Tailwind (arbitrary) */
class="text-[#fd899f] bg-[#fd899f]"
/* SCSS */
$brand: #fd899f;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.624)
/* Android */
Color.parseColor("#fd899f")Accessibility — WCAG contrast
Aa
#fd899f on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd899f on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow37.2%
Key (black)0.8%
Color previews
#fd899f text on a black background
contrast 9.26:1
Card sample
#fd899f text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd899f;
Background color
Panel with #fd899f background
background-color: #fd899f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd899f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd899f; background: linear-gradient(135deg, #fd899f, #FDC089);