#d24b1e
a balanced, electric orange · warm · closest name: tomato
RGB
210, 75, 30
HSL
15°, 75%, 47%
CMYK
0, 64, 86, 18
Luminance
0.1883
Every format
| HEX | #d24b1e |
| RGB | rgb(210, 75, 30) |
| HSL | hsl(15, 75%, 47%) |
| CMYK | cmyk(0%, 64%, 86%, 18%) |
| LAB | lab(50.5 51.3 52.2) |
| LCH | lch(50.5 73.2 45.5) |
| OKLCH | oklch(0.593 0.179 37.4) |
Copy-ready code
/* CSS */
color: #d24b1e;
background-color: #d24b1e;
/* Tailwind (arbitrary) */
class="text-[#d24b1e] bg-[#d24b1e]"
/* SCSS */
$brand: #d24b1e;
/* SwiftUI */
Color(red: 0.824, green: 0.294, blue: 0.118)
/* Android */
Color.parseColor("#d24b1e")Accessibility — WCAG contrast
Aa
#d24b1e on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d24b1e on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green29.4%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow85.7%
Key (black)17.6%
Color previews
#d24b1e text on a black background
contrast 4.77:1
Card sample
#d24b1e text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d24b1e;
Background color
Panel with #d24b1e background
background-color: #d24b1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d24b1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 75, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 75, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d24b1e; background: linear-gradient(135deg, #d24b1e, #D2C31E);