#c66607
a dark, electric orange · warm · closest name: chocolate
RGB
198, 102, 7
HSL
30°, 93%, 40%
CMYK
0, 49, 97, 22
Luminance
0.2152
Every format
| HEX | #c66607 |
| RGB | rgb(198, 102, 7) |
| HSL | hsl(30, 93%, 40%) |
| CMYK | cmyk(0%, 49%, 97%, 22%) |
| LAB | lab(53.5 33.4 60.3) |
| LCH | lch(53.5 68.9 61.1) |
| OKLCH | oklch(0.612 0.150 54.6) |
Copy-ready code
/* CSS */
color: #c66607;
background-color: #c66607;
/* Tailwind (arbitrary) */
class="text-[#c66607] bg-[#c66607]"
/* SCSS */
$brand: #c66607;
/* SwiftUI */
Color(red: 0.776, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#c66607")Accessibility — WCAG contrast
Aa
#c66607 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66607 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow96.5%
Key (black)22.4%
Color previews
#c66607 text on a black background
contrast 5.30:1
Card sample
#c66607 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66607;
Background color
Panel with #c66607 background
background-color: #c66607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66607; background: linear-gradient(135deg, #c66607, #A7C607);