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