#c8a173
a balanced, soft orange · warm · closest name: tan
RGB
200, 161, 115
HSL
33°, 44%, 62%
CMYK
0, 20, 43, 22
Luminance
0.3901
Every format
| HEX | #c8a173 |
| RGB | rgb(200, 161, 115) |
| HSL | hsl(33, 44%, 62%) |
| CMYK | cmyk(0%, 20%, 43%, 22%) |
| LAB | lab(68.8 8.3 29.4) |
| LCH | lch(68.8 30.5 74.2) |
| OKLCH | oklch(0.734 0.077 70.8) |
Copy-ready code
/* CSS */
color: #c8a173;
background-color: #c8a173;
/* Tailwind (arbitrary) */
class="text-[#c8a173] bg-[#c8a173]"
/* SCSS */
$brand: #c8a173;
/* SwiftUI */
Color(red: 0.784, green: 0.631, blue: 0.451)
/* Android */
Color.parseColor("#c8a173")Accessibility — WCAG contrast
Aa
#c8a173 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a173 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green63.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow42.5%
Key (black)21.6%
Color previews
#c8a173 text on a black background
contrast 8.80:1
Card sample
#c8a173 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a173;
Background color
Panel with #c8a173 background
background-color: #c8a173;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a173;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 161, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 161, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a173; background: linear-gradient(135deg, #c8a173, #B6C873);