#c67006
a dark, electric orange · warm · closest name: chocolate
RGB
198, 112, 6
HSL
33°, 94%, 40%
CMYK
0, 43, 97, 22
Luminance
0.2361
Every format
| HEX | #c67006 |
| RGB | rgb(198, 112, 6) |
| HSL | hsl(33, 94%, 40%) |
| CMYK | cmyk(0%, 43%, 97%, 22%) |
| LAB | lab(55.7 28.0 61.9) |
| LCH | lch(55.7 68.0 65.6) |
| OKLCH | oklch(0.628 0.145 60.6) |
Copy-ready code
/* CSS */
color: #c67006;
background-color: #c67006;
/* Tailwind (arbitrary) */
class="text-[#c67006] bg-[#c67006]"
/* SCSS */
$brand: #c67006;
/* SwiftUI */
Color(red: 0.776, green: 0.439, blue: 0.024)
/* Android */
Color.parseColor("#c67006")Accessibility — WCAG contrast
Aa
#c67006 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c67006 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green43.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow97.0%
Key (black)22.4%
Color previews
#c67006 text on a black background
contrast 5.72:1
Card sample
#c67006 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67006;
Background color
Panel with #c67006 background
background-color: #c67006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 112, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 112, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67006; background: linear-gradient(135deg, #c67006, #9CC606);