#c76c2c
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 108, 44
HSL
25°, 64%, 48%
CMYK
0, 46, 78, 22
Luminance
0.2305
Every format
| HEX | #c76c2c |
| RGB | rgb(199, 108, 44) |
| HSL | hsl(25, 64%, 48%) |
| CMYK | cmyk(0%, 46%, 78%, 22%) |
| LAB | lab(55.1 31.5 49.7) |
| LCH | lch(55.1 58.8 57.6) |
| OKLCH | oklch(0.625 0.138 52.0) |
Copy-ready code
/* CSS */
color: #c76c2c;
background-color: #c76c2c;
/* Tailwind (arbitrary) */
class="text-[#c76c2c] bg-[#c76c2c]"
/* SCSS */
$brand: #c76c2c;
/* SwiftUI */
Color(red: 0.780, green: 0.424, blue: 0.173)
/* Android */
Color.parseColor("#c76c2c")Accessibility — WCAG contrast
Aa
#c76c2c on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76c2c on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow77.9%
Key (black)22.0%
Color previews
#c76c2c text on a black background
contrast 5.61:1
Card sample
#c76c2c text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76c2c;
Background color
Panel with #c76c2c background
background-color: #c76c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 108, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 108, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76c2c; background: linear-gradient(135deg, #c76c2c, #BAC72C);