#f85021
a balanced, electric red · warm · closest name: tomato
RGB
248, 80, 33
HSL
13°, 94%, 55%
CMYK
0, 68, 87, 3
Luminance
0.2580
Every format
| HEX | #f85021 |
| RGB | rgb(248, 80, 33) |
| HSL | hsl(13, 94%, 55%) |
| CMYK | cmyk(0%, 68%, 87%, 3%) |
| LAB | lab(57.9 62.1 59.7) |
| LCH | lch(57.9 86.1 43.9) |
| OKLCH | oklch(0.660 0.212 35.4) |
Copy-ready code
/* CSS */
color: #f85021;
background-color: #f85021;
/* Tailwind (arbitrary) */
class="text-[#f85021] bg-[#f85021]"
/* SCSS */
$brand: #f85021;
/* SwiftUI */
Color(red: 0.973, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#f85021")Accessibility — WCAG contrast
Aa
#f85021 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85021 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow86.7%
Key (black)2.7%
Color previews
#f85021 text on a black background
contrast 6.16:1
Card sample
#f85021 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85021;
Background color
Panel with #f85021 background
background-color: #f85021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85021; background: linear-gradient(135deg, #f85021, #F8DF21);