#c46f13
a dark, electric orange · warm · closest name: chocolate
RGB
196, 111, 19
HSL
31°, 82%, 42%
CMYK
0, 43, 90, 23
Luminance
0.2315
Every format
| HEX | #c46f13 |
| RGB | rgb(196, 111, 19) |
| HSL | hsl(31, 82%, 42%) |
| CMYK | cmyk(0%, 43%, 90%, 23%) |
| LAB | lab(55.2 27.9 58.7) |
| LCH | lch(55.2 65.0 64.6) |
| OKLCH | oklch(0.624 0.141 59.6) |
Copy-ready code
/* CSS */
color: #c46f13;
background-color: #c46f13;
/* Tailwind (arbitrary) */
class="text-[#c46f13] bg-[#c46f13]"
/* SCSS */
$brand: #c46f13;
/* SwiftUI */
Color(red: 0.769, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#c46f13")Accessibility — WCAG contrast
Aa
#c46f13 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46f13 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow90.3%
Key (black)23.1%
Color previews
#c46f13 text on a black background
contrast 5.63:1
Card sample
#c46f13 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46f13;
Background color
Panel with #c46f13 background
background-color: #c46f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46f13; background: linear-gradient(135deg, #c46f13, #A3C413);