#c76c49
a balanced, vivid orange · warm · closest name: sienna
RGB
199, 108, 73
HSL
17°, 53%, 53%
CMYK
0, 46, 63, 22
Luminance
0.2335
Every format
| HEX | #c76c49 |
| RGB | rgb(199, 108, 73) |
| HSL | hsl(17, 53%, 53%) |
| CMYK | cmyk(0%, 46%, 63%, 22%) |
| LAB | lab(55.4 33.0 35.3) |
| LCH | lch(55.4 48.3 47.0) |
| OKLCH | oklch(0.628 0.126 41.3) |
Copy-ready code
/* CSS */
color: #c76c49;
background-color: #c76c49;
/* Tailwind (arbitrary) */
class="text-[#c76c49] bg-[#c76c49]"
/* SCSS */
$brand: #c76c49;
/* SwiftUI */
Color(red: 0.780, green: 0.424, blue: 0.286)
/* Android */
Color.parseColor("#c76c49")Accessibility — WCAG contrast
Aa
#c76c49 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76c49 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow63.3%
Key (black)22.0%
Color previews
#c76c49 text on a black background
contrast 5.67:1
Card sample
#c76c49 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76c49;
Background color
Panel with #c76c49 background
background-color: #c76c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 108, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 108, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76c49; background: linear-gradient(135deg, #c76c49, #C7C049);