#c9cd73
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 205, 115
HSL
63°, 47%, 63%
CMYK
2, 0, 44, 20
Luminance
0.5732
Every format
| HEX | #c9cd73 |
| RGB | rgb(201, 205, 115) |
| HSL | hsl(63, 47%, 63%) |
| CMYK | cmyk(2%, 0%, 44%, 20%) |
| LAB | lab(80.4 -14.4 44.2) |
| LCH | lch(80.4 46.4 108.0) |
| OKLCH | oklch(0.826 0.114 110.9) |
Copy-ready code
/* CSS */
color: #c9cd73;
background-color: #c9cd73;
/* Tailwind (arbitrary) */
class="text-[#c9cd73] bg-[#c9cd73]"
/* SCSS */
$brand: #c9cd73;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.451)
/* Android */
Color.parseColor("#c9cd73")Accessibility — WCAG contrast
Aa
#c9cd73 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cd73 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue45.1%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow43.9%
Key (black)19.6%
Color previews
#c9cd73 text on a black background
contrast 12.46:1
Card sample
#c9cd73 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cd73;
Background color
Panel with #c9cd73 background
background-color: #c9cd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cd73; background: linear-gradient(135deg, #c9cd73, #8DCD73);