#c47000
a dark, electric orange · warm · closest name: chocolate
RGB
196, 112, 0
HSL
34°, 100%, 38%
CMYK
0, 43, 100, 23
Luminance
0.2332
Every format
| HEX | #c47000 |
| RGB | rgb(196, 112, 0) |
| HSL | hsl(34, 100%, 38%) |
| CMYK | cmyk(0%, 43%, 100%, 23%) |
| LAB | lab(55.4 27.1 62.7) |
| LCH | lch(55.4 68.3 66.6) |
| OKLCH | oklch(0.626 0.144 61.8) |
Copy-ready code
/* CSS */
color: #c47000;
background-color: #c47000;
/* Tailwind (arbitrary) */
class="text-[#c47000] bg-[#c47000]"
/* SCSS */
$brand: #c47000;
/* SwiftUI */
Color(red: 0.769, green: 0.439, blue: 0.000)
/* Android */
Color.parseColor("#c47000")Accessibility — WCAG contrast
Aa
#c47000 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47000 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow100.0%
Key (black)23.1%
Color previews
#c47000 text on a black background
contrast 5.66:1
Card sample
#c47000 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47000;
Background color
Panel with #c47000 background
background-color: #c47000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 112, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 112, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47000; background: linear-gradient(135deg, #c47000, #95C400);