#c47c13
a dark, electric orange · warm · closest name: peru
RGB
196, 124, 19
HSL
36°, 82%, 42%
CMYK
0, 37, 90, 23
Luminance
0.2620
Every format
| HEX | #c47c13 |
| RGB | rgb(196, 124, 19) |
| HSL | hsl(36, 82%, 42%) |
| CMYK | cmyk(0%, 37%, 90%, 23%) |
| LAB | lab(58.2 20.8 61.0) |
| LCH | lch(58.2 64.5 71.1) |
| OKLCH | oklch(0.647 0.137 68.2) |
Copy-ready code
/* CSS */
color: #c47c13;
background-color: #c47c13;
/* Tailwind (arbitrary) */
class="text-[#c47c13] bg-[#c47c13]"
/* SCSS */
$brand: #c47c13;
/* SwiftUI */
Color(red: 0.769, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#c47c13")Accessibility — WCAG contrast
Aa
#c47c13 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47c13 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow90.3%
Key (black)23.1%
Color previews
#c47c13 text on a black background
contrast 6.24:1
Card sample
#c47c13 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47c13;
Background color
Panel with #c47c13 background
background-color: #c47c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47c13; background: linear-gradient(135deg, #c47c13, #96C413);