#f84521
a balanced, electric red · warm · closest name: tomato
RGB
248, 69, 33
HSL
10°, 94%, 55%
CMYK
0, 72, 87, 3
Luminance
0.2432
Every format
| HEX | #f84521 |
| RGB | rgb(248, 69, 33) |
| HSL | hsl(10, 94%, 55%) |
| CMYK | cmyk(0%, 72%, 87%, 3%) |
| LAB | lab(56.4 66.0 58.5) |
| LCH | lch(56.4 88.2 41.6) |
| OKLCH | oklch(0.649 0.220 33.0) |
Copy-ready code
/* CSS */
color: #f84521;
background-color: #f84521;
/* Tailwind (arbitrary) */
class="text-[#f84521] bg-[#f84521]"
/* SCSS */
$brand: #f84521;
/* SwiftUI */
Color(red: 0.973, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#f84521")Accessibility — WCAG contrast
Aa
#f84521 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84521 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow86.7%
Key (black)2.7%
Color previews
#f84521 text on a black background
contrast 5.86:1
Card sample
#f84521 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84521;
Background color
Panel with #f84521 background
background-color: #f84521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84521; background: linear-gradient(135deg, #f84521, #F8D421);