#f85441
a balanced, electric red · warm · closest name: tomato
RGB
248, 84, 65
HSL
6°, 93%, 61%
CMYK
0, 66, 74, 3
Luminance
0.2668
Every format
| HEX | #f85441 |
| RGB | rgb(248, 84, 65) |
| HSL | hsl(6, 93%, 61%) |
| CMYK | cmyk(0%, 66%, 74%, 3%) |
| LAB | lab(58.7 61.5 45.4) |
| LCH | lch(58.7 76.4 36.4) |
| OKLCH | oklch(0.667 0.203 29.9) |
Copy-ready code
/* CSS */
color: #f85441;
background-color: #f85441;
/* Tailwind (arbitrary) */
class="text-[#f85441] bg-[#f85441]"
/* SCSS */
$brand: #f85441;
/* SwiftUI */
Color(red: 0.973, green: 0.329, blue: 0.255)
/* Android */
Color.parseColor("#f85441")Accessibility — WCAG contrast
Aa
#f85441 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85441 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green32.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow73.8%
Key (black)2.7%
Color previews
#f85441 text on a black background
contrast 6.34:1
Card sample
#f85441 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85441;
Background color
Panel with #f85441 background
background-color: #f85441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 84, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 84, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85441; background: linear-gradient(135deg, #f85441, #F8CE41);