#fd8f7c
a light, electric red · warm · closest name: salmon
RGB
253, 143, 124
HSL
9°, 97%, 74%
CMYK
0, 44, 51, 1
Luminance
0.4198
Every format
| HEX | #fd8f7c |
| RGB | rgb(253, 143, 124) |
| HSL | hsl(9, 97%, 74%) |
| CMYK | cmyk(0%, 44%, 51%, 1%) |
| LAB | lab(70.9 39.6 28.4) |
| LCH | lch(70.9 48.8 35.6) |
| OKLCH | oklch(0.764 0.137 30.8) |
Copy-ready code
/* CSS */
color: #fd8f7c;
background-color: #fd8f7c;
/* Tailwind (arbitrary) */
class="text-[#fd8f7c] bg-[#fd8f7c]"
/* SCSS */
$brand: #fd8f7c;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.486)
/* Android */
Color.parseColor("#fd8f7c")Accessibility — WCAG contrast
Aa
#fd8f7c on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8f7c on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow51.0%
Key (black)0.8%
Color previews
#fd8f7c text on a black background
contrast 9.40:1
Card sample
#fd8f7c text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8f7c;
Background color
Panel with #fd8f7c background
background-color: #fd8f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8f7c; background: linear-gradient(135deg, #fd8f7c, #FDE57C);