#c76921
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 105, 33
HSL
26°, 72%, 46%
CMYK
0, 47, 83, 22
Luminance
0.2236
Every format
| HEX | #c76921 |
| RGB | rgb(199, 105, 33) |
| HSL | hsl(26, 72%, 46%) |
| CMYK | cmyk(0%, 47%, 83%, 22%) |
| LAB | lab(54.4 32.7 53.6) |
| LCH | lch(54.4 62.8 58.6) |
| OKLCH | oklch(0.619 0.144 52.7) |
Copy-ready code
/* CSS */
color: #c76921;
background-color: #c76921;
/* Tailwind (arbitrary) */
class="text-[#c76921] bg-[#c76921]"
/* SCSS */
$brand: #c76921;
/* SwiftUI */
Color(red: 0.780, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#c76921")Accessibility — WCAG contrast
Aa
#c76921 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76921 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow83.4%
Key (black)22.0%
Color previews
#c76921 text on a black background
contrast 5.47:1
Card sample
#c76921 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76921;
Background color
Panel with #c76921 background
background-color: #c76921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76921; background: linear-gradient(135deg, #c76921, #B6C721);