#cdfd7c
a light, electric green · cool · closest name: khaki
RGB
205, 253, 124
HSL
82°, 97%, 74%
CMYK
19, 0, 51, 1
Luminance
0.8468
Every format
| HEX | #cdfd7c |
| RGB | rgb(205, 253, 124) |
| HSL | hsl(82, 97%, 74%) |
| CMYK | cmyk(19%, 0%, 51%, 1%) |
| LAB | lab(93.8 -34.9 56.2) |
| LCH | lch(93.8 66.2 121.9) |
| OKLCH | oklch(0.934 0.165 126.3) |
Copy-ready code
/* CSS */
color: #cdfd7c;
background-color: #cdfd7c;
/* Tailwind (arbitrary) */
class="text-[#cdfd7c] bg-[#cdfd7c]"
/* SCSS */
$brand: #cdfd7c;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.486)
/* Android */
Color.parseColor("#cdfd7c")Accessibility — WCAG contrast
Aa
#cdfd7c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfd7c on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue48.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow51.0%
Key (black)0.8%
Color previews
#cdfd7c text on a black background
contrast 17.94:1
Card sample
#cdfd7c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfd7c;
Background color
Panel with #cdfd7c background
background-color: #cdfd7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfd7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfd7c; background: linear-gradient(135deg, #cdfd7c, #7CFD81);