#ccf97f
a light, electric green · cool · closest name: khaki
RGB
204, 249, 127
HSL
82°, 91%, 74%
CMYK
18, 0, 49, 2
Luminance
0.8212
Every format
| HEX | #ccf97f |
| RGB | rgb(204, 249, 127) |
| HSL | hsl(82, 91%, 74%) |
| CMYK | cmyk(18%, 0%, 49%, 2%) |
| LAB | lab(92.6 -33.2 53.5) |
| LCH | lch(92.6 62.9 121.8) |
| OKLCH | oklch(0.925 0.158 126.0) |
Copy-ready code
/* CSS */
color: #ccf97f;
background-color: #ccf97f;
/* Tailwind (arbitrary) */
class="text-[#ccf97f] bg-[#ccf97f]"
/* SCSS */
$brand: #ccf97f;
/* SwiftUI */
Color(red: 0.800, green: 0.976, blue: 0.498)
/* Android */
Color.parseColor("#ccf97f")Accessibility — WCAG contrast
Aa
#ccf97f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf97f on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.6%
Blue49.8%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow49.0%
Key (black)2.4%
Color previews
#ccf97f text on a black background
contrast 17.42:1
Card sample
#ccf97f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf97f;
Background color
Panel with #ccf97f background
background-color: #ccf97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 249, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 249, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf97f; background: linear-gradient(135deg, #ccf97f, #7FF983);