#c04e17
a dark, electric orange · warm · closest name: chocolate
RGB
192, 78, 23
HSL
20°, 79%, 42%
CMYK
0, 59, 88, 25
Luminance
0.1672
Every format
| HEX | #c04e17 |
| RGB | rgb(192, 78, 23) |
| HSL | hsl(20, 79%, 42%) |
| CMYK | cmyk(0%, 59%, 88%, 25%) |
| LAB | lab(47.9 43.3 51.6) |
| LCH | lch(47.9 67.3 50.0) |
| OKLCH | oklch(0.567 0.159 42.1) |
Copy-ready code
/* CSS */
color: #c04e17;
background-color: #c04e17;
/* Tailwind (arbitrary) */
class="text-[#c04e17] bg-[#c04e17]"
/* SCSS */
$brand: #c04e17;
/* SwiftUI */
Color(red: 0.753, green: 0.306, blue: 0.090)
/* Android */
Color.parseColor("#c04e17")Accessibility — WCAG contrast
Aa
#c04e17 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04e17 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green30.6%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow88.0%
Key (black)24.7%
Color previews
#c04e17 text on a black background
contrast 4.34:1
Card sample
#c04e17 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04e17;
Background color
Panel with #c04e17 background
background-color: #c04e17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04e17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 78, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 78, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04e17; background: linear-gradient(135deg, #c04e17, #C0BF17);