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