#c66613
a dark, electric orange · warm · closest name: chocolate
RGB
198, 102, 19
HSL
28°, 83%, 43%
CMYK
0, 49, 90, 22
Luminance
0.2156
Every format
| HEX | #c66613 |
| RGB | rgb(198, 102, 19) |
| HSL | hsl(28, 83%, 43%) |
| CMYK | cmyk(0%, 49%, 90%, 22%) |
| LAB | lab(53.6 33.5 57.6) |
| LCH | lch(53.6 66.6 59.8) |
| OKLCH | oklch(0.612 0.148 53.5) |
Copy-ready code
/* CSS */
color: #c66613;
background-color: #c66613;
/* Tailwind (arbitrary) */
class="text-[#c66613] bg-[#c66613]"
/* SCSS */
$brand: #c66613;
/* SwiftUI */
Color(red: 0.776, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#c66613")Accessibility — WCAG contrast
Aa
#c66613 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66613 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green40.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow90.4%
Key (black)22.4%
Color previews
#c66613 text on a black background
contrast 5.31:1
Card sample
#c66613 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66613;
Background color
Panel with #c66613 background
background-color: #c66613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66613; background: linear-gradient(135deg, #c66613, #AFC613);