#d24f13
a dark, electric orange · warm · closest name: chocolate
RGB
210, 79, 19
HSL
19°, 83%, 45%
CMYK
0, 62, 91, 18
Luminance
0.1934
Every format
| HEX | #d24f13 |
| RGB | rgb(210, 79, 19) |
| HSL | hsl(19, 83%, 45%) |
| CMYK | cmyk(0%, 62%, 91%, 18%) |
| LAB | lab(51.1 49.3 56.7) |
| LCH | lch(51.1 75.1 49.0) |
| OKLCH | oklch(0.597 0.177 40.5) |
Copy-ready code
/* CSS */
color: #d24f13;
background-color: #d24f13;
/* Tailwind (arbitrary) */
class="text-[#d24f13] bg-[#d24f13]"
/* SCSS */
$brand: #d24f13;
/* SwiftUI */
Color(red: 0.824, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#d24f13")Accessibility — WCAG contrast
Aa
#d24f13 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d24f13 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow91.0%
Key (black)17.6%
Color previews
#d24f13 text on a black background
contrast 4.87:1
Card sample
#d24f13 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d24f13;
Background color
Panel with #d24f13 background
background-color: #d24f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d24f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d24f13; background: linear-gradient(135deg, #d24f13, #D2CE13);