#f24821
a balanced, electric red · warm · closest name: tomato
RGB
242, 72, 33
HSL
11°, 89%, 54%
CMYK
0, 70, 86, 5
Luminance
0.2362
Every format
| HEX | #f24821 |
| RGB | rgb(242, 72, 33) |
| HSL | hsl(11, 89%, 54%) |
| CMYK | cmyk(0%, 70%, 86%, 5%) |
| LAB | lab(55.7 63.1 57.5) |
| LCH | lch(55.7 85.4 42.3) |
| OKLCH | oklch(0.642 0.212 33.9) |
Copy-ready code
/* CSS */
color: #f24821;
background-color: #f24821;
/* Tailwind (arbitrary) */
class="text-[#f24821] bg-[#f24821]"
/* SCSS */
$brand: #f24821;
/* SwiftUI */
Color(red: 0.949, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#f24821")Accessibility — WCAG contrast
Aa
#f24821 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f24821 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow86.4%
Key (black)5.1%
Color previews
#f24821 text on a black background
contrast 5.72:1
Card sample
#f24821 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24821;
Background color
Panel with #f24821 background
background-color: #f24821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24821; background: linear-gradient(135deg, #f24821, #F2D321);