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