#c76e21
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 110, 33
HSL
28°, 72%, 46%
CMYK
0, 45, 83, 22
Luminance
0.2340
Every format
| HEX | #c76e21 |
| RGB | rgb(199, 110, 33) |
| HSL | hsl(28, 72%, 46%) |
| CMYK | cmyk(0%, 45%, 83%, 22%) |
| LAB | lab(55.5 30.0 54.6) |
| LCH | lch(55.5 62.3 61.2) |
| OKLCH | oklch(0.627 0.141 55.7) |
Copy-ready code
/* CSS */
color: #c76e21;
background-color: #c76e21;
/* Tailwind (arbitrary) */
class="text-[#c76e21] bg-[#c76e21]"
/* SCSS */
$brand: #c76e21;
/* SwiftUI */
Color(red: 0.780, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#c76e21")Accessibility — WCAG contrast
Aa
#c76e21 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76e21 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow83.4%
Key (black)22.0%
Color previews
#c76e21 text on a black background
contrast 5.68:1
Card sample
#c76e21 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76e21;
Background color
Panel with #c76e21 background
background-color: #c76e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76e21; background: linear-gradient(135deg, #c76e21, #B1C721);