#f54821
a balanced, electric red · warm · closest name: tomato
RGB
245, 72, 33
HSL
11°, 91%, 55%
CMYK
0, 71, 87, 4
Luminance
0.2416
Every format
| HEX | #f54821 |
| RGB | rgb(245, 72, 33) |
| HSL | hsl(11, 91%, 55%) |
| CMYK | cmyk(0%, 71%, 87%, 4%) |
| LAB | lab(56.3 64.1 58.2) |
| LCH | lch(56.3 86.5 42.2) |
| OKLCH | oklch(0.647 0.215 33.7) |
Copy-ready code
/* CSS */
color: #f54821;
background-color: #f54821;
/* Tailwind (arbitrary) */
class="text-[#f54821] bg-[#f54821]"
/* SCSS */
$brand: #f54821;
/* SwiftUI */
Color(red: 0.961, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#f54821")Accessibility — WCAG contrast
Aa
#f54821 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54821 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow86.5%
Key (black)3.9%
Color previews
#f54821 text on a black background
contrast 5.83:1
Card sample
#f54821 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54821;
Background color
Panel with #f54821 background
background-color: #f54821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54821; background: linear-gradient(135deg, #f54821, #F5D521);