#d15f13
a dark, electric orange · warm · closest name: chocolate
RGB
209, 95, 19
HSL
24°, 83%, 45%
CMYK
0, 55, 91, 18
Luminance
0.2179
Every format
| HEX | #d15f13 |
| RGB | rgb(209, 95, 19) |
| HSL | hsl(24, 83%, 45%) |
| CMYK | cmyk(0%, 55%, 91%, 18%) |
| LAB | lab(53.8 41.5 58.5) |
| LCH | lch(53.8 71.7 54.7) |
| OKLCH | oklch(0.617 0.164 47.1) |
Copy-ready code
/* CSS */
color: #d15f13;
background-color: #d15f13;
/* Tailwind (arbitrary) */
class="text-[#d15f13] bg-[#d15f13]"
/* SCSS */
$brand: #d15f13;
/* SwiftUI */
Color(red: 0.820, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#d15f13")Accessibility — WCAG contrast
Aa
#d15f13 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d15f13 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow90.9%
Key (black)18.0%
Color previews
#d15f13 text on a black background
contrast 5.36:1
Card sample
#d15f13 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d15f13;
Background color
Panel with #d15f13 background
background-color: #d15f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d15f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d15f13; background: linear-gradient(135deg, #d15f13, #C4D113);