#c3c080
a balanced, soft yellow · cool · closest name: tan
RGB
195, 192, 128
HSL
57°, 36%, 63%
CMYK
0, 2, 34, 24
Luminance
0.5086
Every format
| HEX | #c3c080 |
| RGB | rgb(195, 192, 128) |
| HSL | hsl(57, 36%, 63%) |
| CMYK | cmyk(0%, 2%, 34%, 24%) |
| LAB | lab(76.6 -8.7 32.7) |
| LCH | lch(76.6 33.8 104.9) |
| OKLCH | oklch(0.795 0.084 105.9) |
Copy-ready code
/* CSS */
color: #c3c080;
background-color: #c3c080;
/* Tailwind (arbitrary) */
class="text-[#c3c080] bg-[#c3c080]"
/* SCSS */
$brand: #c3c080;
/* SwiftUI */
Color(red: 0.765, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#c3c080")Accessibility — WCAG contrast
Aa
#c3c080 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c080 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow34.4%
Key (black)23.5%
Color previews
#c3c080 text on a black background
contrast 11.17:1
Card sample
#c3c080 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c080;
Background color
Panel with #c3c080 background
background-color: #c3c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c080; background: linear-gradient(135deg, #c3c080, #99C380);