#cdf88c
a light, electric green · cool · closest name: khaki
RGB
205, 248, 140
HSL
84°, 89%, 76%
CMYK
17, 0, 44, 3
Luminance
0.8201
Every format
| HEX | #cdf88c |
| RGB | rgb(205, 248, 140) |
| HSL | hsl(84, 89%, 76%) |
| CMYK | cmyk(17%, 0%, 44%, 3%) |
| LAB | lab(92.6 -31.0 47.3) |
| LCH | lch(92.6 56.5 123.2) |
| OKLCH | oklch(0.925 0.143 126.8) |
Copy-ready code
/* CSS */
color: #cdf88c;
background-color: #cdf88c;
/* Tailwind (arbitrary) */
class="text-[#cdf88c] bg-[#cdf88c]"
/* SCSS */
$brand: #cdf88c;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.549)
/* Android */
Color.parseColor("#cdf88c")Accessibility — WCAG contrast
Aa
#cdf88c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf88c on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue54.9%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow43.5%
Key (black)2.7%
Color previews
#cdf88c text on a black background
contrast 17.40:1
Card sample
#cdf88c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf88c;
Background color
Panel with #cdf88c background
background-color: #cdf88c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf88c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf88c; background: linear-gradient(135deg, #cdf88c, #8CF893);