#f8917c
a light, electric red · warm · closest name: salmon
RGB
248, 145, 124
HSL
10°, 90%, 73%
CMYK
0, 42, 50, 3
Luminance
0.4166
Every format
| HEX | #f8917c |
| RGB | rgb(248, 145, 124) |
| HSL | hsl(10, 90%, 73%) |
| CMYK | cmyk(0%, 42%, 50%, 3%) |
| LAB | lab(70.6 36.7 28.0) |
| LCH | lch(70.6 46.2 37.3) |
| OKLCH | oklch(0.761 0.129 32.4) |
Copy-ready code
/* CSS */
color: #f8917c;
background-color: #f8917c;
/* Tailwind (arbitrary) */
class="text-[#f8917c] bg-[#f8917c]"
/* SCSS */
$brand: #f8917c;
/* SwiftUI */
Color(red: 0.973, green: 0.569, blue: 0.486)
/* Android */
Color.parseColor("#f8917c")Accessibility — WCAG contrast
Aa
#f8917c on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8917c on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green56.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow50.0%
Key (black)2.7%
Color previews
#f8917c text on a black background
contrast 9.33:1
Card sample
#f8917c text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8917c;
Background color
Panel with #f8917c background
background-color: #f8917c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8917c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 145, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 145, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8917c; background: linear-gradient(135deg, #f8917c, #F8E47C);