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