#c9df9c
a light, vivid green · cool · closest name: khaki
RGB
201, 223, 156
HSL
80°, 51%, 74%
CMYK
10, 0, 30, 13
Luminance
0.6759
Every format
| HEX | #c9df9c |
| RGB | rgb(201, 223, 156) |
| HSL | hsl(80, 51%, 74%) |
| CMYK | cmyk(10%, 0%, 30%, 13%) |
| LAB | lab(85.8 -18.5 30.5) |
| LCH | lch(85.8 35.6 121.2) |
| OKLCH | oklch(0.871 0.091 123.1) |
Copy-ready code
/* CSS */
color: #c9df9c;
background-color: #c9df9c;
/* Tailwind (arbitrary) */
class="text-[#c9df9c] bg-[#c9df9c]"
/* SCSS */
$brand: #c9df9c;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#c9df9c")Accessibility — WCAG contrast
Aa
#c9df9c on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9df9c on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue61.2%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow30.0%
Key (black)12.5%
Color previews
#c9df9c text on a black background
contrast 14.52:1
Card sample
#c9df9c text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9df9c;
Background color
Panel with #c9df9c background
background-color: #c9df9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9df9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9df9c; background: linear-gradient(135deg, #c9df9c, #9CDF9C);