#c14713
a dark, electric orange · warm · closest name: chocolate
RGB
193, 71, 19
HSL
18°, 82%, 42%
CMYK
0, 63, 90, 24
Luminance
0.1589
Every format
| HEX | #c14713 |
| RGB | rgb(193, 71, 19) |
| HSL | hsl(18, 82%, 42%) |
| CMYK | cmyk(0%, 63%, 90%, 24%) |
| LAB | lab(46.8 46.8 52.3) |
| LCH | lch(46.8 70.1 48.2) |
| OKLCH | oklch(0.559 0.167 39.7) |
Copy-ready code
/* CSS */
color: #c14713;
background-color: #c14713;
/* Tailwind (arbitrary) */
class="text-[#c14713] bg-[#c14713]"
/* SCSS */
$brand: #c14713;
/* SwiftUI */
Color(red: 0.757, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#c14713")Accessibility — WCAG contrast
Aa
#c14713 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c14713 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow90.2%
Key (black)24.3%
Color previews
#c14713 text on a black background
contrast 4.18:1
Card sample
#c14713 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14713;
Background color
Panel with #c14713 background
background-color: #c14713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14713; background: linear-gradient(135deg, #c14713, #C1BB13);