#fd897f
a light, electric red · warm · closest name: salmon
RGB
253, 137, 127
HSL
5°, 97%, 75%
CMYK
0, 46, 50, 1
Luminance
0.4031
Every format
| HEX | #fd897f |
| RGB | rgb(253, 137, 127) |
| HSL | hsl(5, 97%, 75%) |
| CMYK | cmyk(0%, 46%, 50%, 1%) |
| LAB | lab(69.7 42.9 25.2) |
| LCH | lch(69.7 49.8 30.4) |
| OKLCH | oklch(0.755 0.142 26.1) |
Copy-ready code
/* CSS */
color: #fd897f;
background-color: #fd897f;
/* Tailwind (arbitrary) */
class="text-[#fd897f] bg-[#fd897f]"
/* SCSS */
$brand: #fd897f;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.498)
/* Android */
Color.parseColor("#fd897f")Accessibility — WCAG contrast
Aa
#fd897f on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd897f on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow49.8%
Key (black)0.8%
Color previews
#fd897f text on a black background
contrast 9.06:1
Card sample
#fd897f text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd897f;
Background color
Panel with #fd897f background
background-color: #fd897f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd897f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd897f; background: linear-gradient(135deg, #fd897f, #FDDD7F);