#ccec8c
a light, vivid green · cool · closest name: khaki
RGB
204, 236, 140
HSL
80°, 72%, 74%
CMYK
14, 0, 41, 8
Luminance
0.7472
Every format
| HEX | #ccec8c |
| RGB | rgb(204, 236, 140) |
| HSL | hsl(80, 72%, 74%) |
| CMYK | cmyk(14%, 0%, 41%, 8%) |
| LAB | lab(89.3 -25.7 43.1) |
| LCH | lch(89.3 50.1 120.8) |
| OKLCH | oklch(0.898 0.127 124.0) |
Copy-ready code
/* CSS */
color: #ccec8c;
background-color: #ccec8c;
/* Tailwind (arbitrary) */
class="text-[#ccec8c] bg-[#ccec8c]"
/* SCSS */
$brand: #ccec8c;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.549)
/* Android */
Color.parseColor("#ccec8c")Accessibility — WCAG contrast
Aa
#ccec8c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccec8c on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue54.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow40.7%
Key (black)7.5%
Color previews
#ccec8c text on a black background
contrast 15.94:1
Card sample
#ccec8c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccec8c;
Background color
Panel with #ccec8c background
background-color: #ccec8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccec8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccec8c; background: linear-gradient(135deg, #ccec8c, #8CEC8C);