#c85113
a dark, electric orange · warm · closest name: chocolate
RGB
200, 81, 19
HSL
21°, 83%, 43%
CMYK
0, 60, 91, 22
Luminance
0.1821
Every format
| HEX | #c85113 |
| RGB | rgb(200, 81, 19) |
| HSL | hsl(21, 83%, 43%) |
| CMYK | cmyk(0%, 60%, 91%, 22%) |
| LAB | lab(49.8 44.8 54.9) |
| LCH | lch(49.8 70.9 50.8) |
| OKLCH | oklch(0.584 0.166 42.7) |
Copy-ready code
/* CSS */
color: #c85113;
background-color: #c85113;
/* Tailwind (arbitrary) */
class="text-[#c85113] bg-[#c85113]"
/* SCSS */
$brand: #c85113;
/* SwiftUI */
Color(red: 0.784, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#c85113")Accessibility — WCAG contrast
Aa
#c85113 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c85113 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow90.5%
Key (black)21.6%
Color previews
#c85113 text on a black background
contrast 4.64:1
Card sample
#c85113 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85113;
Background color
Panel with #c85113 background
background-color: #c85113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85113; background: linear-gradient(135deg, #c85113, #C6C813);