#c04513
a dark, electric orange · warm · closest name: chocolate
RGB
192, 69, 19
HSL
17°, 82%, 41%
CMYK
0, 64, 90, 25
Luminance
0.1551
Every format
| HEX | #c04513 |
| RGB | rgb(192, 69, 19) |
| HSL | hsl(17, 82%, 41%) |
| CMYK | cmyk(0%, 64%, 90%, 25%) |
| LAB | lab(46.3 47.3 51.8) |
| LCH | lch(46.3 70.2 47.6) |
| OKLCH | oklch(0.555 0.168 39.1) |
Copy-ready code
/* CSS */
color: #c04513;
background-color: #c04513;
/* Tailwind (arbitrary) */
class="text-[#c04513] bg-[#c04513]"
/* SCSS */
$brand: #c04513;
/* SwiftUI */
Color(red: 0.753, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#c04513")Accessibility — WCAG contrast
Aa
#c04513 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04513 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow90.1%
Key (black)24.7%
Color previews
#c04513 text on a black background
contrast 4.10:1
Card sample
#c04513 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04513;
Background color
Panel with #c04513 background
background-color: #c04513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04513; background: linear-gradient(135deg, #c04513, #C0B813);