#cdf99f
a light, electric green · cool · closest name: khaki
RGB
205, 249, 159
HSL
89°, 88%, 80%
CMYK
18, 0, 36, 2
Luminance
0.8323
Every format
| HEX | #cdf99f |
| RGB | rgb(205, 249, 159) |
| HSL | hsl(89, 88%, 80%) |
| CMYK | cmyk(18%, 0%, 36%, 2%) |
| LAB | lab(93.1 -29.1 38.7) |
| LCH | lch(93.1 48.4 127.0) |
| OKLCH | oklch(0.930 0.124 129.7) |
Copy-ready code
/* CSS */
color: #cdf99f;
background-color: #cdf99f;
/* Tailwind (arbitrary) */
class="text-[#cdf99f] bg-[#cdf99f]"
/* SCSS */
$brand: #cdf99f;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.624)
/* Android */
Color.parseColor("#cdf99f")Accessibility — WCAG contrast
Aa
#cdf99f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf99f on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue62.4%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow36.1%
Key (black)2.4%
Color previews
#cdf99f text on a black background
contrast 17.65:1
Card sample
#cdf99f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf99f;
Background color
Panel with #cdf99f background
background-color: #cdf99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf99f; background: linear-gradient(135deg, #cdf99f, #9FF9AD);