#cdfb9d
a light, electric green · cool · closest name: khaki
RGB
205, 251, 157
HSL
89°, 92%, 80%
CMYK
18, 0, 38, 2
Luminance
0.8441
Every format
| HEX | #cdfb9d |
| RGB | rgb(205, 251, 157) |
| HSL | hsl(89, 92%, 80%) |
| CMYK | cmyk(18%, 0%, 38%, 2%) |
| LAB | lab(93.6 -30.3 40.4) |
| LCH | lch(93.6 50.5 126.9) |
| OKLCH | oklch(0.934 0.130 129.8) |
Copy-ready code
/* CSS */
color: #cdfb9d;
background-color: #cdfb9d;
/* Tailwind (arbitrary) */
class="text-[#cdfb9d] bg-[#cdfb9d]"
/* SCSS */
$brand: #cdfb9d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.616)
/* Android */
Color.parseColor("#cdfb9d")Accessibility — WCAG contrast
Aa
#cdfb9d on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb9d on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue61.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow37.5%
Key (black)1.6%
Color previews
#cdfb9d text on a black background
contrast 17.88:1
Card sample
#cdfb9d text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb9d;
Background color
Panel with #cdfb9d background
background-color: #cdfb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb9d; background: linear-gradient(135deg, #cdfb9d, #9DFBAC);