#d45f13
a balanced, electric orange · warm · closest name: chocolate
RGB
212, 95, 19
HSL
24°, 84%, 45%
CMYK
0, 55, 91, 17
Luminance
0.2223
Every format
| HEX | #d45f13 |
| RGB | rgb(212, 95, 19) |
| HSL | hsl(24, 84%, 45%) |
| CMYK | cmyk(0%, 55%, 91%, 17%) |
| LAB | lab(54.3 42.6 59.1) |
| LCH | lch(54.3 72.8 54.2) |
| OKLCH | oklch(0.622 0.167 46.5) |
Copy-ready code
/* CSS */
color: #d45f13;
background-color: #d45f13;
/* Tailwind (arbitrary) */
class="text-[#d45f13] bg-[#d45f13]"
/* SCSS */
$brand: #d45f13;
/* SwiftUI */
Color(red: 0.831, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#d45f13")Accessibility — WCAG contrast
Aa
#d45f13 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45f13 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow91.0%
Key (black)16.9%
Color previews
#d45f13 text on a black background
contrast 5.45:1
Card sample
#d45f13 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45f13;
Background color
Panel with #d45f13 background
background-color: #d45f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45f13; background: linear-gradient(135deg, #d45f13, #C8D413);