#c54813
a dark, electric orange · warm · closest name: chocolate
RGB
197, 72, 19
HSL
18°, 82%, 42%
CMYK
0, 64, 90, 23
Luminance
0.1655
Every format
| HEX | #c54813 |
| RGB | rgb(197, 72, 19) |
| HSL | hsl(18, 82%, 42%) |
| CMYK | cmyk(0%, 64%, 90%, 23%) |
| LAB | lab(47.7 47.8 53.2) |
| LCH | lch(47.7 71.5 48.1) |
| OKLCH | oklch(0.567 0.170 39.6) |
Copy-ready code
/* CSS */
color: #c54813;
background-color: #c54813;
/* Tailwind (arbitrary) */
class="text-[#c54813] bg-[#c54813]"
/* SCSS */
$brand: #c54813;
/* SwiftUI */
Color(red: 0.773, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#c54813")Accessibility — WCAG contrast
Aa
#c54813 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c54813 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow90.4%
Key (black)22.7%
Color previews
#c54813 text on a black background
contrast 4.31:1
Card sample
#c54813 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c54813;
Background color
Panel with #c54813 background
background-color: #c54813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c54813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c54813; background: linear-gradient(135deg, #c54813, #C5BF13);