#f85421
a balanced, electric red · warm · closest name: tomato
RGB
248, 84, 33
HSL
14°, 94%, 55%
CMYK
0, 66, 87, 3
Luminance
0.2641
Every format
| HEX | #f85421 |
| RGB | rgb(248, 84, 33) |
| HSL | hsl(14, 94%, 55%) |
| CMYK | cmyk(0%, 66%, 87%, 3%) |
| LAB | lab(58.4 60.5 60.1) |
| LCH | lch(58.4 85.3 44.8) |
| OKLCH | oklch(0.665 0.209 36.4) |
Copy-ready code
/* CSS */
color: #f85421;
background-color: #f85421;
/* Tailwind (arbitrary) */
class="text-[#f85421] bg-[#f85421]"
/* SCSS */
$brand: #f85421;
/* SwiftUI */
Color(red: 0.973, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#f85421")Accessibility — WCAG contrast
Aa
#f85421 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85421 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow86.7%
Key (black)2.7%
Color previews
#f85421 text on a black background
contrast 6.28:1
Card sample
#f85421 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85421;
Background color
Panel with #f85421 background
background-color: #f85421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85421; background: linear-gradient(135deg, #f85421, #F8E321);