#f95c49
a balanced, electric red · warm · closest name: tomato
RGB
249, 92, 73
HSL
7°, 94%, 63%
CMYK
0, 63, 71, 2
Luminance
0.2828
Every format
| HEX | #f95c49 |
| RGB | rgb(249, 92, 73) |
| HSL | hsl(7, 94%, 63%) |
| CMYK | cmyk(0%, 63%, 71%, 2%) |
| LAB | lab(60.1 58.9 42.8) |
| LCH | lch(60.1 72.8 36.0) |
| OKLCH | oklch(0.679 0.195 29.9) |
Copy-ready code
/* CSS */
color: #f95c49;
background-color: #f95c49;
/* Tailwind (arbitrary) */
class="text-[#f95c49] bg-[#f95c49]"
/* SCSS */
$brand: #f95c49;
/* SwiftUI */
Color(red: 0.976, green: 0.361, blue: 0.286)
/* Android */
Color.parseColor("#f95c49")Accessibility — WCAG contrast
Aa
#f95c49 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f95c49 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green36.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow70.7%
Key (black)2.4%
Color previews
#f95c49 text on a black background
contrast 6.66:1
Card sample
#f95c49 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95c49;
Background color
Panel with #f95c49 background
background-color: #f95c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 92, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 92, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95c49; background: linear-gradient(135deg, #f95c49, #F9D149);