#c04813
a dark, electric orange · warm · closest name: chocolate
RGB
192, 72, 19
HSL
18°, 82%, 41%
CMYK
0, 63, 90, 25
Luminance
0.1589
Every format
| HEX | #c04813 |
| RGB | rgb(192, 72, 19) |
| HSL | hsl(18, 82%, 41%) |
| CMYK | cmyk(0%, 63%, 90%, 25%) |
| LAB | lab(46.8 46.0 52.2) |
| LCH | lch(46.8 69.5 48.6) |
| OKLCH | oklch(0.559 0.165 40.3) |
Copy-ready code
/* CSS */
color: #c04813;
background-color: #c04813;
/* Tailwind (arbitrary) */
class="text-[#c04813] bg-[#c04813]"
/* SCSS */
$brand: #c04813;
/* SwiftUI */
Color(red: 0.753, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#c04813")Accessibility — WCAG contrast
Aa
#c04813 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04813 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow90.1%
Key (black)24.7%
Color previews
#c04813 text on a black background
contrast 4.18:1
Card sample
#c04813 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04813;
Background color
Panel with #c04813 background
background-color: #c04813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04813; background: linear-gradient(135deg, #c04813, #C0BC13);