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