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