#d47f13
a balanced, electric orange · warm · closest name: chocolate
RGB
212, 127, 19
HSL
34°, 84%, 45%
CMYK
0, 40, 91, 17
Luminance
0.2922
Every format
| HEX | #d47f13 |
| RGB | rgb(212, 127, 19) |
| HSL | hsl(34, 84%, 45%) |
| CMYK | cmyk(0%, 40%, 91%, 17%) |
| LAB | lab(61.0 26.1 64.0) |
| LCH | lch(61.0 69.1 67.8) |
| OKLCH | oklch(0.673 0.148 63.7) |
Copy-ready code
/* CSS */
color: #d47f13;
background-color: #d47f13;
/* Tailwind (arbitrary) */
class="text-[#d47f13] bg-[#d47f13]"
/* SCSS */
$brand: #d47f13;
/* SwiftUI */
Color(red: 0.831, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#d47f13")Accessibility — WCAG contrast
Aa
#d47f13 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d47f13 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow91.0%
Key (black)16.9%
Color previews
#d47f13 text on a black background
contrast 6.84:1
Card sample
#d47f13 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d47f13;
Background color
Panel with #d47f13 background
background-color: #d47f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d47f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d47f13; background: linear-gradient(135deg, #d47f13, #A8D413);