#cdfc7c
a light, electric green · cool · closest name: khaki
RGB
205, 252, 124
HSL
82°, 96%, 74%
CMYK
19, 0, 51, 1
Luminance
0.8406
Every format
| HEX | #cdfc7c |
| RGB | rgb(205, 252, 124) |
| HSL | hsl(82, 96%, 74%) |
| CMYK | cmyk(19%, 0%, 51%, 1%) |
| LAB | lab(93.5 -34.5 55.9) |
| LCH | lch(93.5 65.6 121.7) |
| OKLCH | oklch(0.932 0.164 126.1) |
Copy-ready code
/* CSS */
color: #cdfc7c;
background-color: #cdfc7c;
/* Tailwind (arbitrary) */
class="text-[#cdfc7c] bg-[#cdfc7c]"
/* SCSS */
$brand: #cdfc7c;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.486)
/* Android */
Color.parseColor("#cdfc7c")Accessibility — WCAG contrast
Aa
#cdfc7c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc7c on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue48.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow50.8%
Key (black)1.2%
Color previews
#cdfc7c text on a black background
contrast 17.81:1
Card sample
#cdfc7c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc7c;
Background color
Panel with #cdfc7c background
background-color: #cdfc7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc7c; background: linear-gradient(135deg, #cdfc7c, #7CFC80);