#c44813
a dark, electric orange · warm · closest name: chocolate
RGB
196, 72, 19
HSL
18°, 82%, 42%
CMYK
0, 63, 90, 23
Luminance
0.1642
Every format
| HEX | #c44813 |
| RGB | rgb(196, 72, 19) |
| HSL | hsl(18, 82%, 42%) |
| CMYK | cmyk(0%, 63%, 90%, 23%) |
| LAB | lab(47.5 47.4 53.0) |
| LCH | lch(47.5 71.1 48.2) |
| OKLCH | oklch(0.566 0.169 39.7) |
Copy-ready code
/* CSS */
color: #c44813;
background-color: #c44813;
/* Tailwind (arbitrary) */
class="text-[#c44813] bg-[#c44813]"
/* SCSS */
$brand: #c44813;
/* SwiftUI */
Color(red: 0.769, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#c44813")Accessibility — WCAG contrast
Aa
#c44813 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c44813 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow90.3%
Key (black)23.1%
Color previews
#c44813 text on a black background
contrast 4.28:1
Card sample
#c44813 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44813;
Background color
Panel with #c44813 background
background-color: #c44813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44813; background: linear-gradient(135deg, #c44813, #C4BE13);