#c9c985
a light, soft yellow · cool · closest name: khaki
RGB
201, 201, 133
HSL
60°, 39%, 66%
CMYK
0, 0, 34, 21
Luminance
0.5588
Every format
| HEX | #c9c985 |
| RGB | rgb(201, 201, 133) |
| HSL | hsl(60, 39%, 66%) |
| CMYK | cmyk(0%, 0%, 34%, 21%) |
| LAB | lab(79.5 -10.4 34.0) |
| LCH | lch(79.5 35.6 106.9) |
| OKLCH | oklch(0.820 0.088 108.2) |
Copy-ready code
/* CSS */
color: #c9c985;
background-color: #c9c985;
/* Tailwind (arbitrary) */
class="text-[#c9c985] bg-[#c9c985]"
/* SCSS */
$brand: #c9c985;
/* SwiftUI */
Color(red: 0.788, green: 0.788, blue: 0.522)
/* Android */
Color.parseColor("#c9c985")Accessibility — WCAG contrast
Aa
#c9c985 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c985 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green78.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow33.8%
Key (black)21.2%
Color previews
#c9c985 text on a black background
contrast 12.18:1
Card sample
#c9c985 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c985;
Background color
Panel with #c9c985 background
background-color: #c9c985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 201, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 201, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c985; background: linear-gradient(135deg, #c9c985, #9CC985);