#cdfb99
a light, electric green · cool · closest name: khaki
RGB
205, 251, 153
HSL
88°, 93%, 79%
CMYK
18, 0, 39, 2
Luminance
0.8427
Every format
| HEX | #cdfb99 |
| RGB | rgb(205, 251, 153) |
| HSL | hsl(88, 93%, 79%) |
| CMYK | cmyk(18%, 0%, 39%, 2%) |
| LAB | lab(93.6 -30.8 42.2) |
| LCH | lch(93.6 52.3 126.1) |
| OKLCH | oklch(0.934 0.134 129.2) |
Copy-ready code
/* CSS */
color: #cdfb99;
background-color: #cdfb99;
/* Tailwind (arbitrary) */
class="text-[#cdfb99] bg-[#cdfb99]"
/* SCSS */
$brand: #cdfb99;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.600)
/* Android */
Color.parseColor("#cdfb99")Accessibility — WCAG contrast
Aa
#cdfb99 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb99 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue60.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow39.0%
Key (black)1.6%
Color previews
#cdfb99 text on a black background
contrast 17.85:1
Card sample
#cdfb99 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb99;
Background color
Panel with #cdfb99 background
background-color: #cdfb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb99; background: linear-gradient(135deg, #cdfb99, #99FBA6);