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