#cdfe7b
a light, electric green · cool · closest name: khaki
RGB
205, 254, 123
HSL
82°, 99%, 74%
CMYK
19, 0, 52, 0
Luminance
0.8529
Every format
| HEX | #cdfe7b |
| RGB | rgb(205, 254, 123) |
| HSL | hsl(82, 99%, 74%) |
| CMYK | cmyk(19%, 0%, 52%, 0%) |
| LAB | lab(94.0 -35.5 57.0) |
| LCH | lch(94.0 67.1 121.9) |
| OKLCH | oklch(0.936 0.168 126.4) |
Copy-ready code
/* CSS */
color: #cdfe7b;
background-color: #cdfe7b;
/* Tailwind (arbitrary) */
class="text-[#cdfe7b] bg-[#cdfe7b]"
/* SCSS */
$brand: #cdfe7b;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.482)
/* Android */
Color.parseColor("#cdfe7b")Accessibility — WCAG contrast
Aa
#cdfe7b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe7b on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue48.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow51.6%
Key (black)0.4%
Color previews
#cdfe7b text on a black background
contrast 18.06:1
Card sample
#cdfe7b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe7b;
Background color
Panel with #cdfe7b background
background-color: #cdfe7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe7b; background: linear-gradient(135deg, #cdfe7b, #7BFE80);