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