#f97161
a light, electric red · warm · closest name: salmon
RGB
249, 113, 97
HSL
6°, 93%, 68%
CMYK
0, 55, 61, 2
Luminance
0.3281
Every format
| HEX | #f97161 |
| RGB | rgb(249, 113, 97) |
| HSL | hsl(6, 93%, 68%) |
| CMYK | cmyk(0%, 55%, 61%, 2%) |
| LAB | lab(64.0 50.9 34.3) |
| LCH | lch(64.0 61.4 34.0) |
| OKLCH | oklch(0.709 0.170 28.8) |
Copy-ready code
/* CSS */
color: #f97161;
background-color: #f97161;
/* Tailwind (arbitrary) */
class="text-[#f97161] bg-[#f97161]"
/* SCSS */
$brand: #f97161;
/* SwiftUI */
Color(red: 0.976, green: 0.443, blue: 0.380)
/* Android */
Color.parseColor("#f97161")Accessibility — WCAG contrast
Aa
#f97161 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97161 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green44.3%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow61.0%
Key (black)2.4%
Color previews
#f97161 text on a black background
contrast 7.56:1
Card sample
#f97161 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97161;
Background color
Panel with #f97161 background
background-color: #f97161;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97161;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 113, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 113, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97161; background: linear-gradient(135deg, #f97161, #F9D661);