#c9d66a
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 214, 106
HSL
67°, 57%, 63%
CMYK
6, 0, 51, 16
Luminance
0.6155
Every format
| HEX | #c9d66a |
| RGB | rgb(201, 214, 106) |
| HSL | hsl(67, 57%, 63%) |
| CMYK | cmyk(6%, 0%, 51%, 16%) |
| LAB | lab(82.7 -19.7 51.3) |
| LCH | lch(82.7 55.0 111.0) |
| OKLCH | oklch(0.844 0.134 115.0) |
Copy-ready code
/* CSS */
color: #c9d66a;
background-color: #c9d66a;
/* Tailwind (arbitrary) */
class="text-[#c9d66a] bg-[#c9d66a]"
/* SCSS */
$brand: #c9d66a;
/* SwiftUI */
Color(red: 0.788, green: 0.839, blue: 0.416)
/* Android */
Color.parseColor("#c9d66a")Accessibility — WCAG contrast
Aa
#c9d66a on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d66a on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green83.9%
Blue41.6%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow50.5%
Key (black)16.1%
Color previews
#c9d66a text on a black background
contrast 13.31:1
Card sample
#c9d66a text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d66a;
Background color
Panel with #c9d66a background
background-color: #c9d66a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d66a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 214, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 214, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d66a; background: linear-gradient(135deg, #c9d66a, #81D66A);