#c8a473
a balanced, soft orange · warm · closest name: tan
RGB
200, 164, 115
HSL
35°, 44%, 62%
CMYK
0, 18, 43, 22
Luminance
0.4007
Every format
| HEX | #c8a473 |
| RGB | rgb(200, 164, 115) |
| HSL | hsl(35, 44%, 62%) |
| CMYK | cmyk(0%, 18%, 43%, 22%) |
| LAB | lab(69.5 6.7 30.4) |
| LCH | lch(69.5 31.1 77.6) |
| OKLCH | oklch(0.740 0.078 74.7) |
Copy-ready code
/* CSS */
color: #c8a473;
background-color: #c8a473;
/* Tailwind (arbitrary) */
class="text-[#c8a473] bg-[#c8a473]"
/* SCSS */
$brand: #c8a473;
/* SwiftUI */
Color(red: 0.784, green: 0.643, blue: 0.451)
/* Android */
Color.parseColor("#c8a473")Accessibility — WCAG contrast
Aa
#c8a473 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a473 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green64.3%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow42.5%
Key (black)21.6%
Color previews
#c8a473 text on a black background
contrast 9.01:1
Card sample
#c8a473 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a473;
Background color
Panel with #c8a473 background
background-color: #c8a473;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a473;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 164, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 164, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a473; background: linear-gradient(135deg, #c8a473, #B3C873);