#c74716
a dark, electric orange · warm · closest name: chocolate
RGB
199, 71, 22
HSL
17°, 80%, 43%
CMYK
0, 64, 89, 22
Luminance
0.1671
Every format
| HEX | #c74716 |
| RGB | rgb(199, 71, 22) |
| HSL | hsl(17, 80%, 43%) |
| CMYK | cmyk(0%, 64%, 89%, 22%) |
| LAB | lab(47.9 49.0 52.4) |
| LCH | lch(47.9 71.8 47.0) |
| OKLCH | oklch(0.569 0.173 38.5) |
Copy-ready code
/* CSS */
color: #c74716;
background-color: #c74716;
/* Tailwind (arbitrary) */
class="text-[#c74716] bg-[#c74716]"
/* SCSS */
$brand: #c74716;
/* SwiftUI */
Color(red: 0.780, green: 0.278, blue: 0.086)
/* Android */
Color.parseColor("#c74716")Accessibility — WCAG contrast
Aa
#c74716 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c74716 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green27.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow88.9%
Key (black)22.0%
Color previews
#c74716 text on a black background
contrast 4.34:1
Card sample
#c74716 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c74716;
Background color
Panel with #c74716 background
background-color: #c74716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c74716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 71, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 71, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c74716; background: linear-gradient(135deg, #c74716, #C7BD16);