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