#c36613
a dark, electric orange · warm · closest name: chocolate
RGB
195, 102, 19
HSL
28°, 82%, 42%
CMYK
0, 48, 90, 24
Luminance
0.2115
Every format
| HEX | #c36613 |
| RGB | rgb(195, 102, 19) |
| HSL | hsl(28, 82%, 42%) |
| CMYK | cmyk(0%, 48%, 90%, 24%) |
| LAB | lab(53.1 32.3 57.1) |
| LCH | lch(53.1 65.6 60.5) |
| OKLCH | oklch(0.608 0.145 54.4) |
Copy-ready code
/* CSS */
color: #c36613;
background-color: #c36613;
/* Tailwind (arbitrary) */
class="text-[#c36613] bg-[#c36613]"
/* SCSS */
$brand: #c36613;
/* SwiftUI */
Color(red: 0.765, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#c36613")Accessibility — WCAG contrast
Aa
#c36613 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36613 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow90.3%
Key (black)23.5%
Color previews
#c36613 text on a black background
contrast 5.23:1
Card sample
#c36613 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36613;
Background color
Panel with #c36613 background
background-color: #c36613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36613; background: linear-gradient(135deg, #c36613, #ABC313);