#c6c080
a balanced, soft yellow · cool · closest name: tan
RGB
198, 192, 128
HSL
55°, 38%, 64%
CMYK
0, 3, 35, 22
Luminance
0.5126
Every format
| HEX | #c6c080 |
| RGB | rgb(198, 192, 128) |
| HSL | hsl(55, 38%, 64%) |
| CMYK | cmyk(0%, 3%, 35%, 22%) |
| LAB | lab(76.8 -7.5 33.0) |
| LCH | lch(76.8 33.9 102.8) |
| OKLCH | oklch(0.798 0.084 103.5) |
Copy-ready code
/* CSS */
color: #c6c080;
background-color: #c6c080;
/* Tailwind (arbitrary) */
class="text-[#c6c080] bg-[#c6c080]"
/* SCSS */
$brand: #c6c080;
/* SwiftUI */
Color(red: 0.776, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#c6c080")Accessibility — WCAG contrast
Aa
#c6c080 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c080 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow35.4%
Key (black)22.4%
Color previews
#c6c080 text on a black background
contrast 11.25:1
Card sample
#c6c080 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c080;
Background color
Panel with #c6c080 background
background-color: #c6c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c080; background: linear-gradient(135deg, #c6c080, #9DC680);