#cdf36c
a light, electric green · cool · closest name: khaki
RGB
205, 243, 108
HSL
77°, 85%, 69%
CMYK
16, 0, 56, 5
Luminance
0.7816
Every format
| HEX | #cdf36c |
| RGB | rgb(205, 243, 108) |
| HSL | hsl(77, 85%, 69%) |
| CMYK | cmyk(16%, 0%, 56%, 5%) |
| LAB | lab(90.8 -31.8 60.0) |
| LCH | lch(90.8 67.9 118.0) |
| OKLCH | oklch(0.910 0.167 122.9) |
Copy-ready code
/* CSS */
color: #cdf36c;
background-color: #cdf36c;
/* Tailwind (arbitrary) */
class="text-[#cdf36c] bg-[#cdf36c]"
/* SCSS */
$brand: #cdf36c;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.424)
/* Android */
Color.parseColor("#cdf36c")Accessibility — WCAG contrast
Aa
#cdf36c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf36c on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue42.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow55.6%
Key (black)4.7%
Color previews
#cdf36c text on a black background
contrast 16.63:1
Card sample
#cdf36c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf36c;
Background color
Panel with #cdf36c background
background-color: #cdf36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf36c; background: linear-gradient(135deg, #cdf36c, #73F36C);