#cdf49d
a light, electric green · cool · closest name: khaki
RGB
205, 244, 157
HSL
87°, 80%, 79%
CMYK
16, 0, 36, 4
Luminance
0.8011
Every format
| HEX | #cdf49d |
| RGB | rgb(205, 244, 157) |
| HSL | hsl(87, 80%, 79%) |
| CMYK | cmyk(16%, 0%, 36%, 4%) |
| LAB | lab(91.7 -27.0 37.9) |
| LCH | lch(91.7 46.5 125.5) |
| OKLCH | oklch(0.919 0.119 128.2) |
Copy-ready code
/* CSS */
color: #cdf49d;
background-color: #cdf49d;
/* Tailwind (arbitrary) */
class="text-[#cdf49d] bg-[#cdf49d]"
/* SCSS */
$brand: #cdf49d;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.616)
/* Android */
Color.parseColor("#cdf49d")Accessibility — WCAG contrast
Aa
#cdf49d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf49d on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue61.6%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow35.7%
Key (black)4.3%
Color previews
#cdf49d text on a black background
contrast 17.02:1
Card sample
#cdf49d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf49d;
Background color
Panel with #cdf49d background
background-color: #cdf49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf49d; background: linear-gradient(135deg, #cdf49d, #9DF4A7);