#f85b49
a balanced, electric red · warm · closest name: tomato
RGB
248, 91, 73
HSL
6°, 93%, 63%
CMYK
0, 63, 71, 3
Luminance
0.2792
Every format
| HEX | #f85b49 |
| RGB | rgb(248, 91, 73) |
| HSL | hsl(6, 93%, 63%) |
| CMYK | cmyk(0%, 63%, 71%, 3%) |
| LAB | lab(59.8 59.0 42.4) |
| LCH | lch(59.8 72.6 35.7) |
| OKLCH | oklch(0.676 0.195 29.6) |
Copy-ready code
/* CSS */
color: #f85b49;
background-color: #f85b49;
/* Tailwind (arbitrary) */
class="text-[#f85b49] bg-[#f85b49]"
/* SCSS */
$brand: #f85b49;
/* SwiftUI */
Color(red: 0.973, green: 0.357, blue: 0.286)
/* Android */
Color.parseColor("#f85b49")Accessibility — WCAG contrast
Aa
#f85b49 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85b49 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green35.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow70.6%
Key (black)2.7%
Color previews
#f85b49 text on a black background
contrast 6.58:1
Card sample
#f85b49 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85b49;
Background color
Panel with #f85b49 background
background-color: #f85b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 91, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 91, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85b49; background: linear-gradient(135deg, #f85b49, #F8D049);