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