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