#c9df5d
a balanced, vivid green · cool · closest name: khaki
RGB
201, 223, 93
HSL
70°, 67%, 62%
CMYK
10, 0, 58, 13
Luminance
0.6598
Every format
| HEX | #c9df5d |
| RGB | rgb(201, 223, 93) |
| HSL | hsl(70, 67%, 62%) |
| CMYK | cmyk(10%, 0%, 58%, 13%) |
| LAB | lab(85.0 -25.2 59.8) |
| LCH | lch(85.0 64.9 112.8) |
| OKLCH | oklch(0.862 0.156 117.9) |
Copy-ready code
/* CSS */
color: #c9df5d;
background-color: #c9df5d;
/* Tailwind (arbitrary) */
class="text-[#c9df5d] bg-[#c9df5d]"
/* SCSS */
$brand: #c9df5d;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.365)
/* Android */
Color.parseColor("#c9df5d")Accessibility — WCAG contrast
Aa
#c9df5d on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9df5d on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue36.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow58.3%
Key (black)12.5%
Color previews
#c9df5d text on a black background
contrast 14.20:1
Card sample
#c9df5d text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9df5d;
Background color
Panel with #c9df5d background
background-color: #c9df5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9df5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9df5d; background: linear-gradient(135deg, #c9df5d, #72DF5D);