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