#c07113
a dark, electric orange · warm · closest name: chocolate
RGB
192, 113, 19
HSL
33°, 82%, 41%
CMYK
0, 41, 90, 25
Luminance
0.2306
Every format
| HEX | #c07113 |
| RGB | rgb(192, 113, 19) |
| HSL | hsl(33, 82%, 41%) |
| CMYK | cmyk(0%, 41%, 90%, 25%) |
| LAB | lab(55.1 25.1 58.4) |
| LCH | lch(55.1 63.6 66.7) |
| OKLCH | oklch(0.623 0.137 62.4) |
Copy-ready code
/* CSS */
color: #c07113;
background-color: #c07113;
/* Tailwind (arbitrary) */
class="text-[#c07113] bg-[#c07113]"
/* SCSS */
$brand: #c07113;
/* SwiftUI */
Color(red: 0.753, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#c07113")Accessibility — WCAG contrast
Aa
#c07113 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07113 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow90.1%
Key (black)24.7%
Color previews
#c07113 text on a black background
contrast 5.61:1
Card sample
#c07113 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07113;
Background color
Panel with #c07113 background
background-color: #c07113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07113; background: linear-gradient(135deg, #c07113, #9CC013);