#c6ba95
a light, soft yellow · cool · closest name: tan
RGB
198, 186, 149
HSL
45°, 30%, 68%
CMYK
0, 6, 25, 22
Luminance
0.4929
Every format
| HEX | #c6ba95 |
| RGB | rgb(198, 186, 149) |
| HSL | hsl(45, 30%, 68%) |
| CMYK | cmyk(0%, 6%, 25%, 22%) |
| LAB | lab(75.6 -1.6 20.3) |
| LCH | lch(75.6 20.4 94.6) |
| OKLCH | oklch(0.789 0.052 92.2) |
Copy-ready code
/* CSS */
color: #c6ba95;
background-color: #c6ba95;
/* Tailwind (arbitrary) */
class="text-[#c6ba95] bg-[#c6ba95]"
/* SCSS */
$brand: #c6ba95;
/* SwiftUI */
Color(red: 0.776, green: 0.729, blue: 0.584)
/* Android */
Color.parseColor("#c6ba95")Accessibility — WCAG contrast
Aa
#c6ba95 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ba95 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green72.9%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow24.7%
Key (black)22.4%
Color previews
#c6ba95 text on a black background
contrast 10.86:1
Card sample
#c6ba95 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ba95;
Background color
Panel with #c6ba95 background
background-color: #c6ba95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ba95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 186, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 186, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ba95; background: linear-gradient(135deg, #c6ba95, #B1C695);