#c15813
a dark, electric orange · warm · closest name: chocolate
RGB
193, 88, 19
HSL
24°, 82%, 42%
CMYK
0, 54, 90, 24
Luminance
0.1836
Every format
| HEX | #c15813 |
| RGB | rgb(193, 88, 19) |
| HSL | hsl(24, 82%, 42%) |
| CMYK | cmyk(0%, 54%, 90%, 24%) |
| LAB | lab(49.9 38.7 54.6) |
| LCH | lch(49.9 66.9 54.7) |
| OKLCH | oklch(0.583 0.153 47.2) |
Copy-ready code
/* CSS */
color: #c15813;
background-color: #c15813;
/* Tailwind (arbitrary) */
class="text-[#c15813] bg-[#c15813]"
/* SCSS */
$brand: #c15813;
/* SwiftUI */
Color(red: 0.757, green: 0.345, blue: 0.075)
/* Android */
Color.parseColor("#c15813")Accessibility — WCAG contrast
Aa
#c15813 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c15813 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green34.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow90.2%
Key (black)24.3%
Color previews
#c15813 text on a black background
contrast 4.67:1
Card sample
#c15813 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15813;
Background color
Panel with #c15813 background
background-color: #c15813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 88, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 88, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15813; background: linear-gradient(135deg, #c15813, #B6C113);