#f85b21
a balanced, electric orange · warm · closest name: tomato
RGB
248, 91, 33
HSL
16°, 94%, 55%
CMYK
0, 63, 87, 3
Luminance
0.2755
Every format
| HEX | #f85b21 |
| RGB | rgb(248, 91, 33) |
| HSL | hsl(16, 94%, 55%) |
| CMYK | cmyk(0%, 63%, 87%, 3%) |
| LAB | lab(59.5 57.7 61.0) |
| LCH | lch(59.5 83.9 46.6) |
| OKLCH | oklch(0.673 0.203 38.3) |
Copy-ready code
/* CSS */
color: #f85b21;
background-color: #f85b21;
/* Tailwind (arbitrary) */
class="text-[#f85b21] bg-[#f85b21]"
/* SCSS */
$brand: #f85b21;
/* SwiftUI */
Color(red: 0.973, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#f85b21")Accessibility — WCAG contrast
Aa
#f85b21 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85b21 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow86.7%
Key (black)2.7%
Color previews
#f85b21 text on a black background
contrast 6.51:1
Card sample
#f85b21 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85b21;
Background color
Panel with #f85b21 background
background-color: #f85b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85b21; background: linear-gradient(135deg, #f85b21, #F8EA21);