#cdfe8c
a light, electric green · cool · closest name: khaki
RGB
205, 254, 140
HSL
86°, 98%, 77%
CMYK
19, 0, 45, 0
Luminance
0.8576
Every format
| HEX | #cdfe8c |
| RGB | rgb(205, 254, 140) |
| HSL | hsl(86, 98%, 77%) |
| CMYK | cmyk(19%, 0%, 45%, 0%) |
| LAB | lab(94.2 -33.7 49.3) |
| LCH | lch(94.2 59.7 124.4) |
| OKLCH | oklch(0.938 0.151 128.1) |
Copy-ready code
/* CSS */
color: #cdfe8c;
background-color: #cdfe8c;
/* Tailwind (arbitrary) */
class="text-[#cdfe8c] bg-[#cdfe8c]"
/* SCSS */
$brand: #cdfe8c;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.549)
/* Android */
Color.parseColor("#cdfe8c")Accessibility — WCAG contrast
Aa
#cdfe8c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe8c on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue54.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow44.9%
Key (black)0.4%
Color previews
#cdfe8c text on a black background
contrast 18.15:1
Card sample
#cdfe8c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe8c;
Background color
Panel with #cdfe8c background
background-color: #cdfe8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe8c; background: linear-gradient(135deg, #cdfe8c, #8CFE97);