#c37708
a dark, electric orange · warm · closest name: chocolate
RGB
195, 119, 8
HSL
36°, 92%, 40%
CMYK
0, 39, 96, 24
Luminance
0.2481
Every format
| HEX | #c37708 |
| RGB | rgb(195, 119, 8) |
| HSL | hsl(36, 92%, 40%) |
| CMYK | cmyk(0%, 39%, 96%, 24%) |
| LAB | lab(56.9 23.0 62.2) |
| LCH | lch(56.9 66.3 69.7) |
| OKLCH | oklch(0.637 0.140 66.1) |
Copy-ready code
/* CSS */
color: #c37708;
background-color: #c37708;
/* Tailwind (arbitrary) */
class="text-[#c37708] bg-[#c37708]"
/* SCSS */
$brand: #c37708;
/* SwiftUI */
Color(red: 0.765, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#c37708")Accessibility — WCAG contrast
Aa
#c37708 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37708 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow95.9%
Key (black)23.5%
Color previews
#c37708 text on a black background
contrast 5.96:1
Card sample
#c37708 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37708;
Background color
Panel with #c37708 background
background-color: #c37708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37708; background: linear-gradient(135deg, #c37708, #92C308);