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