#c9c992
a light, soft yellow · cool · closest name: tan
RGB
201, 201, 146
HSL
60°, 34%, 68%
CMYK
0, 0, 27, 21
Luminance
0.5627
Every format
| HEX | #c9c992 |
| RGB | rgb(201, 201, 146) |
| HSL | hsl(60, 34%, 68%) |
| CMYK | cmyk(0%, 0%, 27%, 21%) |
| LAB | lab(79.8 -8.7 27.6) |
| LCH | lch(79.8 28.9 107.5) |
| OKLCH | oklch(0.823 0.073 107.9) |
Copy-ready code
/* CSS */
color: #c9c992;
background-color: #c9c992;
/* Tailwind (arbitrary) */
class="text-[#c9c992] bg-[#c9c992]"
/* SCSS */
$brand: #c9c992;
/* SwiftUI */
Color(red: 0.788, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#c9c992")Accessibility — WCAG contrast
Aa
#c9c992 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c992 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green78.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#c9c992 text on a black background
contrast 12.25:1
Card sample
#c9c992 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c992;
Background color
Panel with #c9c992 background
background-color: #c9c992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c992; background: linear-gradient(135deg, #c9c992, #A4C992);