#c35813
a dark, electric orange · warm · closest name: chocolate
RGB
195, 88, 19
HSL
24°, 82%, 42%
CMYK
0, 55, 90, 24
Luminance
0.1863
Every format
| HEX | #c35813 |
| RGB | rgb(195, 88, 19) |
| HSL | hsl(24, 82%, 42%) |
| CMYK | cmyk(0%, 55%, 90%, 24%) |
| LAB | lab(50.3 39.5 54.9) |
| LCH | lch(50.3 67.7 54.3) |
| OKLCH | oklch(0.586 0.155 46.8) |
Copy-ready code
/* CSS */
color: #c35813;
background-color: #c35813;
/* Tailwind (arbitrary) */
class="text-[#c35813] bg-[#c35813]"
/* SCSS */
$brand: #c35813;
/* SwiftUI */
Color(red: 0.765, green: 0.345, blue: 0.075)
/* Android */
Color.parseColor("#c35813")Accessibility — WCAG contrast
Aa
#c35813 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35813 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green34.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow90.3%
Key (black)23.5%
Color previews
#c35813 text on a black background
contrast 4.73:1
Card sample
#c35813 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35813;
Background color
Panel with #c35813 background
background-color: #c35813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 88, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 88, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35813; background: linear-gradient(135deg, #c35813, #B9C313);