#c34310
a dark, electric orange · warm · closest name: chocolate
RGB
195, 67, 16
HSL
17°, 85%, 41%
CMYK
0, 66, 92, 24
Luminance
0.1565
Every format
| HEX | #c34310 |
| RGB | rgb(195, 67, 16) |
| HSL | hsl(17, 85%, 41%) |
| CMYK | cmyk(0%, 66%, 92%, 24%) |
| LAB | lab(46.5 49.2 53.2) |
| LCH | lch(46.5 72.5 47.2) |
| OKLCH | oklch(0.558 0.173 38.5) |
Copy-ready code
/* CSS */
color: #c34310;
background-color: #c34310;
/* Tailwind (arbitrary) */
class="text-[#c34310] bg-[#c34310]"
/* SCSS */
$brand: #c34310;
/* SwiftUI */
Color(red: 0.765, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#c34310")Accessibility — WCAG contrast
Aa
#c34310 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34310 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green26.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow91.8%
Key (black)23.5%
Color previews
#c34310 text on a black background
contrast 4.13:1
Card sample
#c34310 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34310;
Background color
Panel with #c34310 background
background-color: #c34310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34310; background: linear-gradient(135deg, #c34310, #C3BA10);