#d47f00
a dark, electric orange · warm · closest name: chocolate
RGB
212, 127, 0
HSL
36°, 100%, 42%
CMYK
0, 40, 100, 17
Luminance
0.2918
Every format
| HEX | #d47f00 |
| RGB | rgb(212, 127, 0) |
| HSL | hsl(36, 100%, 42%) |
| CMYK | cmyk(0%, 40%, 100%, 17%) |
| LAB | lab(60.9 25.9 67.3) |
| LCH | lch(60.9 72.1 69.0) |
| OKLCH | oklch(0.673 0.151 65.0) |
Copy-ready code
/* CSS */
color: #d47f00;
background-color: #d47f00;
/* Tailwind (arbitrary) */
class="text-[#d47f00] bg-[#d47f00]"
/* SCSS */
$brand: #d47f00;
/* SwiftUI */
Color(red: 0.831, green: 0.498, blue: 0.000)
/* Android */
Color.parseColor("#d47f00")Accessibility — WCAG contrast
Aa
#d47f00 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d47f00 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green49.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow100.0%
Key (black)16.9%
Color previews
#d47f00 text on a black background
contrast 6.84:1
Card sample
#d47f00 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d47f00;
Background color
Panel with #d47f00 background
background-color: #d47f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d47f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 127, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 127, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d47f00; background: linear-gradient(135deg, #d47f00, #9CD400);