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