#c76521
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 101, 33
HSL
25°, 72%, 46%
CMYK
0, 49, 83, 22
Luminance
0.2156
Every format
| HEX | #c76521 |
| RGB | rgb(199, 101, 33) |
| HSL | hsl(25, 72%, 46%) |
| CMYK | cmyk(0%, 49%, 83%, 22%) |
| LAB | lab(53.6 34.8 52.9) |
| LCH | lch(53.6 63.3 56.7) |
| OKLCH | oklch(0.613 0.146 50.3) |
Copy-ready code
/* CSS */
color: #c76521;
background-color: #c76521;
/* Tailwind (arbitrary) */
class="text-[#c76521] bg-[#c76521]"
/* SCSS */
$brand: #c76521;
/* SwiftUI */
Color(red: 0.780, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#c76521")Accessibility — WCAG contrast
Aa
#c76521 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76521 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow83.4%
Key (black)22.0%
Color previews
#c76521 text on a black background
contrast 5.31:1
Card sample
#c76521 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76521;
Background color
Panel with #c76521 background
background-color: #c76521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76521; background: linear-gradient(135deg, #c76521, #BAC721);