#c54513
a dark, electric orange · warm · closest name: chocolate
RGB
197, 69, 19
HSL
17°, 82%, 42%
CMYK
0, 65, 90, 23
Luminance
0.1617
Every format
| HEX | #c54513 |
| RGB | rgb(197, 69, 19) |
| HSL | hsl(17, 82%, 42%) |
| CMYK | cmyk(0%, 65%, 90%, 23%) |
| LAB | lab(47.2 49.1 52.8) |
| LCH | lch(47.2 72.1 47.1) |
| OKLCH | oklch(0.564 0.173 38.5) |
Copy-ready code
/* CSS */
color: #c54513;
background-color: #c54513;
/* Tailwind (arbitrary) */
class="text-[#c54513] bg-[#c54513]"
/* SCSS */
$brand: #c54513;
/* SwiftUI */
Color(red: 0.773, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#c54513")Accessibility — WCAG contrast
Aa
#c54513 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c54513 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow90.4%
Key (black)22.7%
Color previews
#c54513 text on a black background
contrast 4.23:1
Card sample
#c54513 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c54513;
Background color
Panel with #c54513 background
background-color: #c54513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c54513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c54513; background: linear-gradient(135deg, #c54513, #C5BC13);