#c47021
a dark, vivid orange · warm · closest name: chocolate
RGB
196, 112, 33
HSL
29°, 71%, 45%
CMYK
0, 43, 83, 23
Luminance
0.2343
Every format
| HEX | #c47021 |
| RGB | rgb(196, 112, 33) |
| HSL | hsl(29, 71%, 45%) |
| CMYK | cmyk(0%, 43%, 83%, 23%) |
| LAB | lab(55.5 27.7 54.5) |
| LCH | lch(55.5 61.1 63.0) |
| OKLCH | oklch(0.627 0.137 58.1) |
Copy-ready code
/* CSS */
color: #c47021;
background-color: #c47021;
/* Tailwind (arbitrary) */
class="text-[#c47021] bg-[#c47021]"
/* SCSS */
$brand: #c47021;
/* SwiftUI */
Color(red: 0.769, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#c47021")Accessibility — WCAG contrast
Aa
#c47021 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47021 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow83.2%
Key (black)23.1%
Color previews
#c47021 text on a black background
contrast 5.69:1
Card sample
#c47021 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47021;
Background color
Panel with #c47021 background
background-color: #c47021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47021; background: linear-gradient(135deg, #c47021, #ABC421);