#c16713
a dark, electric orange · warm · closest name: chocolate
RGB
193, 103, 19
HSL
29°, 82%, 42%
CMYK
0, 47, 90, 24
Luminance
0.2108
Every format
| HEX | #c16713 |
| RGB | rgb(193, 103, 19) |
| HSL | hsl(29, 82%, 42%) |
| CMYK | cmyk(0%, 47%, 90%, 24%) |
| LAB | lab(53.0 30.9 56.9) |
| LCH | lch(53.0 64.8 61.5) |
| OKLCH | oklch(0.607 0.143 55.6) |
Copy-ready code
/* CSS */
color: #c16713;
background-color: #c16713;
/* Tailwind (arbitrary) */
class="text-[#c16713] bg-[#c16713]"
/* SCSS */
$brand: #c16713;
/* SwiftUI */
Color(red: 0.757, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#c16713")Accessibility — WCAG contrast
Aa
#c16713 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16713 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow90.2%
Key (black)24.3%
Color previews
#c16713 text on a black background
contrast 5.22:1
Card sample
#c16713 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16713;
Background color
Panel with #c16713 background
background-color: #c16713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16713; background: linear-gradient(135deg, #c16713, #A7C113);