#c34613
a dark, electric orange · warm · closest name: chocolate
RGB
195, 70, 19
HSL
17°, 82%, 42%
CMYK
0, 64, 90, 24
Luminance
0.1603
Every format
| HEX | #c34613 |
| RGB | rgb(195, 70, 19) |
| HSL | hsl(17, 82%, 42%) |
| CMYK | cmyk(0%, 64%, 90%, 24%) |
| LAB | lab(47.0 47.9 52.5) |
| LCH | lch(47.0 71.1 47.6) |
| OKLCH | oklch(0.561 0.170 39.1) |
Copy-ready code
/* CSS */
color: #c34613;
background-color: #c34613;
/* Tailwind (arbitrary) */
class="text-[#c34613] bg-[#c34613]"
/* SCSS */
$brand: #c34613;
/* SwiftUI */
Color(red: 0.765, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#c34613")Accessibility — WCAG contrast
Aa
#c34613 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34613 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow90.3%
Key (black)23.5%
Color previews
#c34613 text on a black background
contrast 4.21:1
Card sample
#c34613 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34613;
Background color
Panel with #c34613 background
background-color: #c34613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34613; background: linear-gradient(135deg, #c34613, #C3BC13);