#c64913
a dark, electric orange · warm · closest name: chocolate
RGB
198, 73, 19
HSL
18°, 83%, 43%
CMYK
0, 63, 90, 22
Luminance
0.1682
Every format
| HEX | #c64913 |
| RGB | rgb(198, 73, 19) |
| HSL | hsl(18, 83%, 43%) |
| CMYK | cmyk(0%, 63%, 90%, 22%) |
| LAB | lab(48.0 47.7 53.5) |
| LCH | lch(48.0 71.7 48.3) |
| OKLCH | oklch(0.570 0.170 39.8) |
Copy-ready code
/* CSS */
color: #c64913;
background-color: #c64913;
/* Tailwind (arbitrary) */
class="text-[#c64913] bg-[#c64913]"
/* SCSS */
$brand: #c64913;
/* SwiftUI */
Color(red: 0.776, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#c64913")Accessibility — WCAG contrast
Aa
#c64913 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64913 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow90.4%
Key (black)22.4%
Color previews
#c64913 text on a black background
contrast 4.36:1
Card sample
#c64913 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64913;
Background color
Panel with #c64913 background
background-color: #c64913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64913; background: linear-gradient(135deg, #c64913, #C6C013);