#cdfe99
a light, electric green · cool · closest name: khaki
RGB
205, 254, 153
HSL
89°, 98%, 80%
CMYK
19, 0, 40, 0
Luminance
0.8616
Every format
| HEX | #cdfe99 |
| RGB | rgb(205, 254, 153) |
| HSL | hsl(89, 98%, 80%) |
| CMYK | cmyk(19%, 0%, 40%, 0%) |
| LAB | lab(94.4 -32.2 43.3) |
| LCH | lch(94.4 53.9 126.6) |
| OKLCH | oklch(0.940 0.138 129.8) |
Copy-ready code
/* CSS */
color: #cdfe99;
background-color: #cdfe99;
/* Tailwind (arbitrary) */
class="text-[#cdfe99] bg-[#cdfe99]"
/* SCSS */
$brand: #cdfe99;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.600)
/* Android */
Color.parseColor("#cdfe99")Accessibility — WCAG contrast
Aa
#cdfe99 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe99 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue60.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow39.8%
Key (black)0.4%
Color previews
#cdfe99 text on a black background
contrast 18.23:1
Card sample
#cdfe99 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe99;
Background color
Panel with #cdfe99 background
background-color: #cdfe99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe99; background: linear-gradient(135deg, #cdfe99, #99FEA8);