#c2c99c
a light, soft yellow · cool · closest name: tan
RGB
194, 201, 156
HSL
69°, 29%, 70%
CMYK
4, 0, 22, 21
Luminance
0.5564
Every format
| HEX | #c2c99c |
| RGB | rgb(194, 201, 156) |
| HSL | hsl(69, 29%, 70%) |
| CMYK | cmyk(4%, 0%, 22%, 21%) |
| LAB | lab(79.4 -10.0 21.7) |
| LCH | lch(79.4 23.9 114.6) |
| OKLCH | oklch(0.819 0.061 114.9) |
Copy-ready code
/* CSS */
color: #c2c99c;
background-color: #c2c99c;
/* Tailwind (arbitrary) */
class="text-[#c2c99c] bg-[#c2c99c]"
/* SCSS */
$brand: #c2c99c;
/* SwiftUI */
Color(red: 0.761, green: 0.788, blue: 0.612)
/* Android */
Color.parseColor("#c2c99c")Accessibility — WCAG contrast
Aa
#c2c99c on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c99c on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.8%
Blue61.2%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow22.4%
Key (black)21.2%
Color previews
#c2c99c text on a black background
contrast 12.13:1
Card sample
#c2c99c text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c99c;
Background color
Panel with #c2c99c background
background-color: #c2c99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 201, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 201, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c99c; background: linear-gradient(135deg, #c2c99c, #A4C99C);