#c96607
a dark, electric orange · warm · closest name: chocolate
RGB
201, 102, 7
HSL
29°, 93%, 41%
CMYK
0, 49, 97, 21
Luminance
0.2194
Every format
| HEX | #c96607 |
| RGB | rgb(201, 102, 7) |
| HSL | hsl(29, 93%, 41%) |
| CMYK | cmyk(0%, 49%, 97%, 21%) |
| LAB | lab(54.0 34.6 60.8) |
| LCH | lch(54.0 70.0 60.4) |
| OKLCH | oklch(0.616 0.153 53.8) |
Copy-ready code
/* CSS */
color: #c96607;
background-color: #c96607;
/* Tailwind (arbitrary) */
class="text-[#c96607] bg-[#c96607]"
/* SCSS */
$brand: #c96607;
/* SwiftUI */
Color(red: 0.788, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#c96607")Accessibility — WCAG contrast
Aa
#c96607 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96607 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow96.5%
Key (black)21.2%
Color previews
#c96607 text on a black background
contrast 5.39:1
Card sample
#c96607 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96607;
Background color
Panel with #c96607 background
background-color: #c96607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96607; background: linear-gradient(135deg, #c96607, #ABC907);