#c04413
a dark, electric orange · warm · closest name: chocolate
RGB
192, 68, 19
HSL
17°, 82%, 41%
CMYK
0, 65, 90, 25
Luminance
0.1539
Every format
| HEX | #c04413 |
| RGB | rgb(192, 68, 19) |
| HSL | hsl(17, 82%, 41%) |
| CMYK | cmyk(0%, 65%, 90%, 25%) |
| LAB | lab(46.2 47.8 51.7) |
| LCH | lch(46.2 70.4 47.3) |
| OKLCH | oklch(0.554 0.169 38.8) |
Copy-ready code
/* CSS */
color: #c04413;
background-color: #c04413;
/* Tailwind (arbitrary) */
class="text-[#c04413] bg-[#c04413]"
/* SCSS */
$brand: #c04413;
/* SwiftUI */
Color(red: 0.753, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#c04413")Accessibility — WCAG contrast
Aa
#c04413 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04413 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow90.1%
Key (black)24.7%
Color previews
#c04413 text on a black background
contrast 4.08:1
Card sample
#c04413 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04413;
Background color
Panel with #c04413 background
background-color: #c04413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04413; background: linear-gradient(135deg, #c04413, #C0B713);