#cdfb7d
a light, electric green · cool · closest name: khaki
RGB
205, 251, 125
HSL
82°, 94%, 74%
CMYK
18, 0, 50, 2
Luminance
0.8345
Every format
| HEX | #cdfb7d |
| RGB | rgb(205, 251, 125) |
| HSL | hsl(82, 94%, 74%) |
| CMYK | cmyk(18%, 0%, 50%, 2%) |
| LAB | lab(93.2 -33.9 55.1) |
| LCH | lch(93.2 64.7 121.6) |
| OKLCH | oklch(0.930 0.162 126.0) |
Copy-ready code
/* CSS */
color: #cdfb7d;
background-color: #cdfb7d;
/* Tailwind (arbitrary) */
class="text-[#cdfb7d] bg-[#cdfb7d]"
/* SCSS */
$brand: #cdfb7d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.490)
/* Android */
Color.parseColor("#cdfb7d")Accessibility — WCAG contrast
Aa
#cdfb7d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb7d on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue49.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow50.2%
Key (black)1.6%
Color previews
#cdfb7d text on a black background
contrast 17.69:1
Card sample
#cdfb7d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb7d;
Background color
Panel with #cdfb7d background
background-color: #cdfb7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb7d; background: linear-gradient(135deg, #cdfb7d, #7DFB81);