#c46113
a dark, electric orange · warm · closest name: chocolate
RGB
196, 97, 19
HSL
26°, 82%, 42%
CMYK
0, 51, 90, 23
Luminance
0.2033
Every format
| HEX | #c46113 |
| RGB | rgb(196, 97, 19) |
| HSL | hsl(26, 82%, 42%) |
| CMYK | cmyk(0%, 51%, 90%, 23%) |
| LAB | lab(52.2 35.3 56.5) |
| LCH | lch(52.2 66.6 58.0) |
| OKLCH | oklch(0.601 0.149 51.2) |
Copy-ready code
/* CSS */
color: #c46113;
background-color: #c46113;
/* Tailwind (arbitrary) */
class="text-[#c46113] bg-[#c46113]"
/* SCSS */
$brand: #c46113;
/* SwiftUI */
Color(red: 0.769, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#c46113")Accessibility — WCAG contrast
Aa
#c46113 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46113 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow90.3%
Key (black)23.1%
Color previews
#c46113 text on a black background
contrast 5.07:1
Card sample
#c46113 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46113;
Background color
Panel with #c46113 background
background-color: #c46113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46113; background: linear-gradient(135deg, #c46113, #B1C413);