#ccec8f
a light, vivid green · cool · closest name: khaki
RGB
204, 236, 143
HSL
81°, 71%, 74%
CMYK
14, 0, 39, 8
Luminance
0.7481
Every format
| HEX | #ccec8f |
| RGB | rgb(204, 236, 143) |
| HSL | hsl(81, 71%, 74%) |
| CMYK | cmyk(14%, 0%, 39%, 8%) |
| LAB | lab(89.3 -25.3 41.7) |
| LCH | lch(89.3 48.8 121.3) |
| OKLCH | oklch(0.899 0.123 124.3) |
Copy-ready code
/* CSS */
color: #ccec8f;
background-color: #ccec8f;
/* Tailwind (arbitrary) */
class="text-[#ccec8f] bg-[#ccec8f]"
/* SCSS */
$brand: #ccec8f;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#ccec8f")Accessibility — WCAG contrast
Aa
#ccec8f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccec8f on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue56.1%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow39.4%
Key (black)7.5%
Color previews
#ccec8f text on a black background
contrast 15.96:1
Card sample
#ccec8f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccec8f;
Background color
Panel with #ccec8f background
background-color: #ccec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccec8f; background: linear-gradient(135deg, #ccec8f, #8FEC90);