#f24813
a balanced, electric red · warm · closest name: tomato
RGB
242, 72, 19
HSL
14°, 90%, 51%
CMYK
0, 70, 92, 5
Luminance
0.2356
Every format
| HEX | #f24813 |
| RGB | rgb(242, 72, 19) |
| HSL | hsl(14, 90%, 51%) |
| CMYK | cmyk(0%, 70%, 92%, 5%) |
| LAB | lab(55.6 62.9 62.4) |
| LCH | lch(55.6 88.6 44.8) |
| OKLCH | oklch(0.642 0.214 35.6) |
Copy-ready code
/* CSS */
color: #f24813;
background-color: #f24813;
/* Tailwind (arbitrary) */
class="text-[#f24813] bg-[#f24813]"
/* SCSS */
$brand: #f24813;
/* SwiftUI */
Color(red: 0.949, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#f24813")Accessibility — WCAG contrast
Aa
#f24813 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f24813 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow92.1%
Key (black)5.1%
Color previews
#f24813 text on a black background
contrast 5.71:1
Card sample
#f24813 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24813;
Background color
Panel with #f24813 background
background-color: #f24813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24813; background: linear-gradient(135deg, #f24813, #F2DD13);