#c75014
a dark, electric orange · warm · closest name: chocolate
RGB
199, 80, 20
HSL
20°, 82%, 43%
CMYK
0, 60, 90, 22
Luminance
0.1793
Every format
| HEX | #c75014 |
| RGB | rgb(199, 80, 20) |
| HSL | hsl(20, 82%, 43%) |
| CMYK | cmyk(0%, 60%, 90%, 22%) |
| LAB | lab(49.4 44.9 54.3) |
| LCH | lch(49.4 70.4 50.4) |
| OKLCH | oklch(0.581 0.165 42.3) |
Copy-ready code
/* CSS */
color: #c75014;
background-color: #c75014;
/* Tailwind (arbitrary) */
class="text-[#c75014] bg-[#c75014]"
/* SCSS */
$brand: #c75014;
/* SwiftUI */
Color(red: 0.780, green: 0.314, blue: 0.078)
/* Android */
Color.parseColor("#c75014")Accessibility — WCAG contrast
Aa
#c75014 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c75014 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.4%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow89.9%
Key (black)22.0%
Color previews
#c75014 text on a black background
contrast 4.59:1
Card sample
#c75014 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75014;
Background color
Panel with #c75014 background
background-color: #c75014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 80, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 80, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75014; background: linear-gradient(135deg, #c75014, #C6C714);