#c35513
a dark, electric orange · warm · closest name: chocolate
RGB
195, 85, 19
HSL
23°, 82%, 42%
CMYK
0, 56, 90, 24
Luminance
0.1815
Every format
| HEX | #c35513 |
| RGB | rgb(195, 85, 19) |
| HSL | hsl(23, 82%, 42%) |
| CMYK | cmyk(0%, 56%, 90%, 24%) |
| LAB | lab(49.7 41.0 54.5) |
| LCH | lch(49.7 68.2 53.1) |
| OKLCH | oklch(0.582 0.157 45.4) |
Copy-ready code
/* CSS */
color: #c35513;
background-color: #c35513;
/* Tailwind (arbitrary) */
class="text-[#c35513] bg-[#c35513]"
/* SCSS */
$brand: #c35513;
/* SwiftUI */
Color(red: 0.765, green: 0.333, blue: 0.075)
/* Android */
Color.parseColor("#c35513")Accessibility — WCAG contrast
Aa
#c35513 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c35513 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green33.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow90.3%
Key (black)23.5%
Color previews
#c35513 text on a black background
contrast 4.63:1
Card sample
#c35513 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35513;
Background color
Panel with #c35513 background
background-color: #c35513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 85, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 85, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35513; background: linear-gradient(135deg, #c35513, #BCC313);