#c8b080
a balanced, soft yellow · warm · closest name: tan
RGB
200, 176, 128
HSL
40°, 40%, 64%
CMYK
0, 12, 36, 22
Luminance
0.4489
Every format
| HEX | #c8b080 |
| RGB | rgb(200, 176, 128) |
| HSL | hsl(40, 40%, 64%) |
| CMYK | cmyk(0%, 12%, 36%, 22%) |
| LAB | lab(72.8 1.7 27.8) |
| LCH | lch(72.8 27.8 86.5) |
| OKLCH | oklch(0.766 0.070 84.3) |
Copy-ready code
/* CSS */
color: #c8b080;
background-color: #c8b080;
/* Tailwind (arbitrary) */
class="text-[#c8b080] bg-[#c8b080]"
/* SCSS */
$brand: #c8b080;
/* SwiftUI */
Color(red: 0.784, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#c8b080")Accessibility — WCAG contrast
Aa
#c8b080 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8b080 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow36.0%
Key (black)21.6%
Color previews
#c8b080 text on a black background
contrast 9.98:1
Card sample
#c8b080 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8b080;
Background color
Panel with #c8b080 background
background-color: #c8b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8b080; background: linear-gradient(135deg, #c8b080, #B0C880);