#c47708
a dark, electric orange · warm · closest name: chocolate
RGB
196, 119, 8
HSL
35°, 92%, 40%
CMYK
0, 39, 96, 23
Luminance
0.2495
Every format
| HEX | #c47708 |
| RGB | rgb(196, 119, 8) |
| HSL | hsl(35, 92%, 40%) |
| CMYK | cmyk(0%, 39%, 96%, 23%) |
| LAB | lab(57.0 23.4 62.3) |
| LCH | lch(57.0 66.6 69.4) |
| OKLCH | oklch(0.638 0.141 65.7) |
Copy-ready code
/* CSS */
color: #c47708;
background-color: #c47708;
/* Tailwind (arbitrary) */
class="text-[#c47708] bg-[#c47708]"
/* SCSS */
$brand: #c47708;
/* SwiftUI */
Color(red: 0.769, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#c47708")Accessibility — WCAG contrast
Aa
#c47708 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47708 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow95.9%
Key (black)23.1%
Color previews
#c47708 text on a black background
contrast 5.99:1
Card sample
#c47708 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47708;
Background color
Panel with #c47708 background
background-color: #c47708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47708; background: linear-gradient(135deg, #c47708, #94C408);