#c64413
a dark, electric orange · warm · closest name: chocolate
RGB
198, 68, 19
HSL
16°, 83%, 43%
CMYK
0, 66, 90, 22
Luminance
0.1619
Every format
| HEX | #c64413 |
| RGB | rgb(198, 68, 19) |
| HSL | hsl(16, 83%, 43%) |
| CMYK | cmyk(0%, 66%, 90%, 22%) |
| LAB | lab(47.2 49.9 52.9) |
| LCH | lch(47.2 72.7 46.7) |
| OKLCH | oklch(0.564 0.174 38.1) |
Copy-ready code
/* CSS */
color: #c64413;
background-color: #c64413;
/* Tailwind (arbitrary) */
class="text-[#c64413] bg-[#c64413]"
/* SCSS */
$brand: #c64413;
/* SwiftUI */
Color(red: 0.776, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#c64413")Accessibility — WCAG contrast
Aa
#c64413 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64413 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow90.4%
Key (black)22.4%
Color previews
#c64413 text on a black background
contrast 4.24:1
Card sample
#c64413 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64413;
Background color
Panel with #c64413 background
background-color: #c64413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64413; background: linear-gradient(135deg, #c64413, #C6BB13);