#c76f39
a balanced, vivid orange · warm · closest name: peru
RGB
199, 111, 57
HSL
23°, 56%, 50%
CMYK
0, 44, 71, 22
Luminance
0.2381
Every format
| HEX | #c76f39 |
| RGB | rgb(199, 111, 57) |
| HSL | hsl(23, 56%, 50%) |
| CMYK | cmyk(0%, 44%, 71%, 22%) |
| LAB | lab(55.9 30.4 44.3) |
| LCH | lch(55.9 53.7 55.5) |
| OKLCH | oklch(0.631 0.131 50.0) |
Copy-ready code
/* CSS */
color: #c76f39;
background-color: #c76f39;
/* Tailwind (arbitrary) */
class="text-[#c76f39] bg-[#c76f39]"
/* SCSS */
$brand: #c76f39;
/* SwiftUI */
Color(red: 0.780, green: 0.435, blue: 0.224)
/* Android */
Color.parseColor("#c76f39")Accessibility — WCAG contrast
Aa
#c76f39 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76f39 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow71.4%
Key (black)22.0%
Color previews
#c76f39 text on a black background
contrast 5.76:1
Card sample
#c76f39 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76f39;
Background color
Panel with #c76f39 background
background-color: #c76f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 111, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 111, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76f39; background: linear-gradient(135deg, #c76f39, #C0C739);