#f89971
a light, electric orange · warm · closest name: salmon
RGB
248, 153, 113
HSL
18°, 91%, 71%
CMYK
0, 38, 54, 3
Luminance
0.4393
Every format
| HEX | #f89971 |
| RGB | rgb(248, 153, 113) |
| HSL | hsl(18, 91%, 71%) |
| CMYK | cmyk(0%, 38%, 54%, 3%) |
| LAB | lab(72.2 31.7 35.9) |
| LCH | lch(72.2 47.9 48.6) |
| OKLCH | oklch(0.772 0.127 43.3) |
Copy-ready code
/* CSS */
color: #f89971;
background-color: #f89971;
/* Tailwind (arbitrary) */
class="text-[#f89971] bg-[#f89971]"
/* SCSS */
$brand: #f89971;
/* SwiftUI */
Color(red: 0.973, green: 0.600, blue: 0.443)
/* Android */
Color.parseColor("#f89971")Accessibility — WCAG contrast
Aa
#f89971 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89971 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.0%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow54.4%
Key (black)2.7%
Color previews
#f89971 text on a black background
contrast 9.79:1
Card sample
#f89971 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89971;
Background color
Panel with #f89971 background
background-color: #f89971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 153, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 153, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89971; background: linear-gradient(135deg, #f89971, #F8F371);