#ccfd6b
a light, electric green · cool · closest name: khaki
RGB
204, 253, 107
HSL
80°, 97%, 71%
CMYK
19, 0, 58, 1
Luminance
0.8415
Every format
| HEX | #ccfd6b |
| RGB | rgb(204, 253, 107) |
| HSL | hsl(80, 97%, 71%) |
| CMYK | cmyk(19%, 0%, 58%, 1%) |
| LAB | lab(93.5 -36.8 63.4) |
| LCH | lch(93.5 73.3 120.1) |
| OKLCH | oklch(0.931 0.181 125.4) |
Copy-ready code
/* CSS */
color: #ccfd6b;
background-color: #ccfd6b;
/* Tailwind (arbitrary) */
class="text-[#ccfd6b] bg-[#ccfd6b]"
/* SCSS */
$brand: #ccfd6b;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.420)
/* Android */
Color.parseColor("#ccfd6b")Accessibility — WCAG contrast
Aa
#ccfd6b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd6b on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue42.0%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow57.7%
Key (black)0.8%
Color previews
#ccfd6b text on a black background
contrast 17.83:1
Card sample
#ccfd6b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd6b;
Background color
Panel with #ccfd6b background
background-color: #ccfd6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd6b; background: linear-gradient(135deg, #ccfd6b, #6BFD6B);