#c34603
a dark, electric orange · warm · closest name: chocolate
RGB
195, 70, 3
HSL
21°, 97%, 39%
CMYK
0, 64, 99, 24
Luminance
0.1599
Every format
| HEX | #c34603 |
| RGB | rgb(195, 70, 3) |
| HSL | hsl(21, 97%, 39%) |
| CMYK | cmyk(0%, 64%, 99%, 24%) |
| LAB | lab(47.0 47.7 56.9) |
| LCH | lch(47.0 74.3 50.0) |
| OKLCH | oklch(0.561 0.172 40.9) |
Copy-ready code
/* CSS */
color: #c34603;
background-color: #c34603;
/* Tailwind (arbitrary) */
class="text-[#c34603] bg-[#c34603]"
/* SCSS */
$brand: #c34603;
/* SwiftUI */
Color(red: 0.765, green: 0.275, blue: 0.012)
/* Android */
Color.parseColor("#c34603")Accessibility — WCAG contrast
Aa
#c34603 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34603 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green27.5%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow98.5%
Key (black)23.5%
Color previews
#c34603 text on a black background
contrast 4.20:1
Card sample
#c34603 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34603;
Background color
Panel with #c34603 background
background-color: #c34603;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34603;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 70, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 70, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34603; background: linear-gradient(135deg, #c34603, #C0C303);