#ccfd9c
a light, electric green · cool · closest name: khaki
RGB
204, 253, 156
HSL
90°, 96%, 80%
CMYK
19, 0, 38, 1
Luminance
0.8549
Every format
| HEX | #ccfd9c |
| RGB | rgb(204, 253, 156) |
| HSL | hsl(90, 96%, 80%) |
| CMYK | cmyk(19%, 0%, 38%, 1%) |
| LAB | lab(94.1 -31.7 41.4) |
| LCH | lch(94.1 52.2 127.4) |
| OKLCH | oklch(0.938 0.134 130.4) |
Copy-ready code
/* CSS */
color: #ccfd9c;
background-color: #ccfd9c;
/* Tailwind (arbitrary) */
class="text-[#ccfd9c] bg-[#ccfd9c]"
/* SCSS */
$brand: #ccfd9c;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.612)
/* Android */
Color.parseColor("#ccfd9c")Accessibility — WCAG contrast
Aa
#ccfd9c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd9c on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue61.2%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow38.3%
Key (black)0.8%
Color previews
#ccfd9c text on a black background
contrast 18.10:1
Card sample
#ccfd9c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd9c;
Background color
Panel with #ccfd9c background
background-color: #ccfd9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd9c; background: linear-gradient(135deg, #ccfd9c, #9CFDAD);