#c85513
a dark, electric orange · warm · closest name: chocolate
RGB
200, 85, 19
HSL
22°, 83%, 43%
CMYK
0, 58, 91, 22
Luminance
0.1882
Every format
| HEX | #c85513 |
| RGB | rgb(200, 85, 19) |
| HSL | hsl(22, 83%, 43%) |
| CMYK | cmyk(0%, 58%, 91%, 22%) |
| LAB | lab(50.5 42.9 55.5) |
| LCH | lch(50.5 70.1 52.3) |
| OKLCH | oklch(0.589 0.162 44.4) |
Copy-ready code
/* CSS */
color: #c85513;
background-color: #c85513;
/* Tailwind (arbitrary) */
class="text-[#c85513] bg-[#c85513]"
/* SCSS */
$brand: #c85513;
/* SwiftUI */
Color(red: 0.784, green: 0.333, blue: 0.075)
/* Android */
Color.parseColor("#c85513")Accessibility — WCAG contrast
Aa
#c85513 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85513 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green33.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow90.5%
Key (black)21.6%
Color previews
#c85513 text on a black background
contrast 4.76:1
Card sample
#c85513 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85513;
Background color
Panel with #c85513 background
background-color: #c85513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 85, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 85, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85513; background: linear-gradient(135deg, #c85513, #C2C813);