#c45113
a dark, electric orange · warm · closest name: chocolate
RGB
196, 81, 19
HSL
21°, 82%, 42%
CMYK
0, 59, 90, 23
Luminance
0.1767
Every format
| HEX | #c45113 |
| RGB | rgb(196, 81, 19) |
| HSL | hsl(21, 82%, 42%) |
| CMYK | cmyk(0%, 59%, 90%, 23%) |
| LAB | lab(49.1 43.3 54.1) |
| LCH | lch(49.1 69.3 51.4) |
| OKLCH | oklch(0.577 0.162 43.4) |
Copy-ready code
/* CSS */
color: #c45113;
background-color: #c45113;
/* Tailwind (arbitrary) */
class="text-[#c45113] bg-[#c45113]"
/* SCSS */
$brand: #c45113;
/* SwiftUI */
Color(red: 0.769, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#c45113")Accessibility — WCAG contrast
Aa
#c45113 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c45113 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow90.3%
Key (black)23.1%
Color previews
#c45113 text on a black background
contrast 4.53:1
Card sample
#c45113 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45113;
Background color
Panel with #c45113 background
background-color: #c45113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45113; background: linear-gradient(135deg, #c45113, #C1C413);