#c6c69f
a light, soft yellow · cool · closest name: tan
RGB
198, 198, 159
HSL
60°, 26%, 70%
CMYK
0, 0, 20, 22
Luminance
0.5490
Every format
| HEX | #c6c69f |
| RGB | rgb(198, 198, 159) |
| HSL | hsl(60, 26%, 70%) |
| CMYK | cmyk(0%, 0%, 20%, 22%) |
| LAB | lab(79.0 -6.5 19.6) |
| LCH | lch(79.0 20.6 108.3) |
| OKLCH | oklch(0.817 0.052 107.5) |
Copy-ready code
/* CSS */
color: #c6c69f;
background-color: #c6c69f;
/* Tailwind (arbitrary) */
class="text-[#c6c69f] bg-[#c6c69f]"
/* SCSS */
$brand: #c6c69f;
/* SwiftUI */
Color(red: 0.776, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#c6c69f")Accessibility — WCAG contrast
Aa
#c6c69f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c69f on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green77.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow19.7%
Key (black)22.4%
Color previews
#c6c69f text on a black background
contrast 11.98:1
Card sample
#c6c69f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c69f;
Background color
Panel with #c6c69f background
background-color: #c6c69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c69f; background: linear-gradient(135deg, #c6c69f, #ACC69F);