#cdf499
a light, electric green · cool · closest name: khaki
RGB
205, 244, 153
HSL
86°, 81%, 78%
CMYK
16, 0, 37, 4
Luminance
0.7998
Every format
| HEX | #cdf499 |
| RGB | rgb(205, 244, 153) |
| HSL | hsl(86, 81%, 78%) |
| CMYK | cmyk(16%, 0%, 37%, 4%) |
| LAB | lab(91.7 -27.5 39.8) |
| LCH | lch(91.7 48.4 124.7) |
| OKLCH | oklch(0.919 0.124 127.5) |
Copy-ready code
/* CSS */
color: #cdf499;
background-color: #cdf499;
/* Tailwind (arbitrary) */
class="text-[#cdf499] bg-[#cdf499]"
/* SCSS */
$brand: #cdf499;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.600)
/* Android */
Color.parseColor("#cdf499")Accessibility — WCAG contrast
Aa
#cdf499 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf499 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue60.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow37.3%
Key (black)4.3%
Color previews
#cdf499 text on a black background
contrast 17.00:1
Card sample
#cdf499 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf499;
Background color
Panel with #cdf499 background
background-color: #cdf499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf499; background: linear-gradient(135deg, #cdf499, #99F4A1);