#c76b21
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 107, 33
HSL
27°, 72%, 46%
CMYK
0, 46, 83, 22
Luminance
0.2277
Every format
| HEX | #c76b21 |
| RGB | rgb(199, 107, 33) |
| HSL | hsl(27, 72%, 46%) |
| CMYK | cmyk(0%, 46%, 83%, 22%) |
| LAB | lab(54.8 31.6 54.0) |
| LCH | lch(54.8 62.6 59.7) |
| OKLCH | oklch(0.622 0.142 53.9) |
Copy-ready code
/* CSS */
color: #c76b21;
background-color: #c76b21;
/* Tailwind (arbitrary) */
class="text-[#c76b21] bg-[#c76b21]"
/* SCSS */
$brand: #c76b21;
/* SwiftUI */
Color(red: 0.780, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#c76b21")Accessibility — WCAG contrast
Aa
#c76b21 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76b21 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow83.4%
Key (black)22.0%
Color previews
#c76b21 text on a black background
contrast 5.55:1
Card sample
#c76b21 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76b21;
Background color
Panel with #c76b21 background
background-color: #c76b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76b21; background: linear-gradient(135deg, #c76b21, #B5C721);