#c46921
a dark, vivid orange · warm · closest name: chocolate
RGB
196, 105, 33
HSL
27°, 71%, 45%
CMYK
0, 46, 83, 23
Luminance
0.2195
Every format
| HEX | #c46921 |
| RGB | rgb(196, 105, 33) |
| HSL | hsl(27, 71%, 45%) |
| CMYK | cmyk(0%, 46%, 83%, 23%) |
| LAB | lab(54.0 31.4 53.1) |
| LCH | lch(54.0 61.7 59.4) |
| OKLCH | oklch(0.615 0.141 53.6) |
Copy-ready code
/* CSS */
color: #c46921;
background-color: #c46921;
/* Tailwind (arbitrary) */
class="text-[#c46921] bg-[#c46921]"
/* SCSS */
$brand: #c46921;
/* SwiftUI */
Color(red: 0.769, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#c46921")Accessibility — WCAG contrast
Aa
#c46921 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46921 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow83.2%
Key (black)23.1%
Color previews
#c46921 text on a black background
contrast 5.39:1
Card sample
#c46921 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46921;
Background color
Panel with #c46921 background
background-color: #c46921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46921; background: linear-gradient(135deg, #c46921, #B2C421);