#c67310
a dark, electric orange · warm · closest name: chocolate
RGB
198, 115, 16
HSL
33°, 85%, 42%
CMYK
0, 42, 92, 22
Luminance
0.2430
Every format
| HEX | #c67310 |
| RGB | rgb(198, 115, 16) |
| HSL | hsl(33, 85%, 42%) |
| CMYK | cmyk(0%, 42%, 92%, 22%) |
| LAB | lab(56.4 26.5 60.5) |
| LCH | lch(56.4 66.0 66.3) |
| OKLCH | oklch(0.634 0.142 61.7) |
Copy-ready code
/* CSS */
color: #c67310;
background-color: #c67310;
/* Tailwind (arbitrary) */
class="text-[#c67310] bg-[#c67310]"
/* SCSS */
$brand: #c67310;
/* SwiftUI */
Color(red: 0.776, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#c67310")Accessibility — WCAG contrast
Aa
#c67310 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c67310 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow91.9%
Key (black)22.4%
Color previews
#c67310 text on a black background
contrast 5.86:1
Card sample
#c67310 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67310;
Background color
Panel with #c67310 background
background-color: #c67310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67310; background: linear-gradient(135deg, #c67310, #A0C610);