#c0b080
a balanced, soft yellow · cool · closest name: tan
RGB
192, 176, 128
HSL
45°, 34%, 63%
CMYK
0, 8, 33, 25
Luminance
0.4382
Every format
| HEX | #c0b080 |
| RGB | rgb(192, 176, 128) |
| HSL | hsl(45, 34%, 63%) |
| CMYK | cmyk(0%, 8%, 33%, 25%) |
| LAB | lab(72.1 -1.5 26.7) |
| LCH | lch(72.1 26.8 93.2) |
| OKLCH | oklch(0.759 0.067 91.8) |
Copy-ready code
/* CSS */
color: #c0b080;
background-color: #c0b080;
/* Tailwind (arbitrary) */
class="text-[#c0b080] bg-[#c0b080]"
/* SCSS */
$brand: #c0b080;
/* SwiftUI */
Color(red: 0.753, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#c0b080")Accessibility — WCAG contrast
Aa
#c0b080 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b080 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow33.3%
Key (black)24.7%
Color previews
#c0b080 text on a black background
contrast 9.76:1
Card sample
#c0b080 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b080;
Background color
Panel with #c0b080 background
background-color: #c0b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b080; background: linear-gradient(135deg, #c0b080, #A5C080);