#ccdf99
a light, vivid green · cool · closest name: khaki
RGB
204, 223, 153
HSL
76°, 52%, 74%
CMYK
9, 0, 31, 13
Luminance
0.6791
Every format
| HEX | #ccdf99 |
| RGB | rgb(204, 223, 153) |
| HSL | hsl(76, 52%, 74%) |
| CMYK | cmyk(9%, 0%, 31%, 13%) |
| LAB | lab(86.0 -17.8 32.3) |
| LCH | lch(86.0 36.8 118.8) |
| OKLCH | oklch(0.873 0.094 120.7) |
Copy-ready code
/* CSS */
color: #ccdf99;
background-color: #ccdf99;
/* Tailwind (arbitrary) */
class="text-[#ccdf99] bg-[#ccdf99]"
/* SCSS */
$brand: #ccdf99;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.600)
/* Android */
Color.parseColor("#ccdf99")Accessibility — WCAG contrast
Aa
#ccdf99 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdf99 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue60.0%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow31.4%
Key (black)12.5%
Color previews
#ccdf99 text on a black background
contrast 14.58:1
Card sample
#ccdf99 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdf99;
Background color
Panel with #ccdf99 background
background-color: #ccdf99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdf99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdf99; background: linear-gradient(135deg, #ccdf99, #9DDF99);