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