#c04310
a dark, electric orange · warm · closest name: chocolate
RGB
192, 67, 16
HSL
17°, 85%, 41%
CMYK
0, 65, 92, 25
Luminance
0.1526
Every format
| HEX | #c04310 |
| RGB | rgb(192, 67, 16) |
| HSL | hsl(17, 85%, 41%) |
| CMYK | cmyk(0%, 65%, 92%, 25%) |
| LAB | lab(46.0 48.1 52.6) |
| LCH | lch(46.0 71.3 47.5) |
| OKLCH | oklch(0.553 0.170 38.8) |
Copy-ready code
/* CSS */
color: #c04310;
background-color: #c04310;
/* Tailwind (arbitrary) */
class="text-[#c04310] bg-[#c04310]"
/* SCSS */
$brand: #c04310;
/* SwiftUI */
Color(red: 0.753, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#c04310")Accessibility — WCAG contrast
Aa
#c04310 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04310 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow91.7%
Key (black)24.7%
Color previews
#c04310 text on a black background
contrast 4.05:1
Card sample
#c04310 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04310;
Background color
Panel with #c04310 background
background-color: #c04310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04310; background: linear-gradient(135deg, #c04310, #C0B810);