#c64113
a dark, electric orange · warm · closest name: chocolate
RGB
198, 65, 19
HSL
15°, 83%, 43%
CMYK
0, 67, 90, 22
Luminance
0.1583
Every format
| HEX | #c64113 |
| RGB | rgb(198, 65, 19) |
| HSL | hsl(15, 83%, 43%) |
| CMYK | cmyk(0%, 67%, 90%, 22%) |
| LAB | lab(46.8 51.1 52.6) |
| LCH | lch(46.8 73.3 45.8) |
| OKLCH | oklch(0.560 0.177 37.1) |
Copy-ready code
/* CSS */
color: #c64113;
background-color: #c64113;
/* Tailwind (arbitrary) */
class="text-[#c64113] bg-[#c64113]"
/* SCSS */
$brand: #c64113;
/* SwiftUI */
Color(red: 0.776, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#c64113")Accessibility — WCAG contrast
Aa
#c64113 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64113 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow90.4%
Key (black)22.4%
Color previews
#c64113 text on a black background
contrast 4.17:1
Card sample
#c64113 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64113;
Background color
Panel with #c64113 background
background-color: #c64113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64113; background: linear-gradient(135deg, #c64113, #C6B813);