#cdf37e
a light, electric green · cool · closest name: khaki
RGB
205, 243, 126
HSL
80°, 83%, 72%
CMYK
16, 0, 48, 5
Luminance
0.7859
Every format
| HEX | #cdf37e |
| RGB | rgb(205, 243, 126) |
| HSL | hsl(80, 83%, 72%) |
| CMYK | cmyk(16%, 0%, 48%, 5%) |
| LAB | lab(91.0 -30.1 52.0) |
| LCH | lch(91.0 60.1 120.1) |
| OKLCH | oklch(0.912 0.150 124.2) |
Copy-ready code
/* CSS */
color: #cdf37e;
background-color: #cdf37e;
/* Tailwind (arbitrary) */
class="text-[#cdf37e] bg-[#cdf37e]"
/* SCSS */
$brand: #cdf37e;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.494)
/* Android */
Color.parseColor("#cdf37e")Accessibility — WCAG contrast
Aa
#cdf37e on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf37e on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue49.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow48.1%
Key (black)4.7%
Color previews
#cdf37e text on a black background
contrast 16.72:1
Card sample
#cdf37e text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf37e;
Background color
Panel with #cdf37e background
background-color: #cdf37e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf37e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf37e; background: linear-gradient(135deg, #cdf37e, #7FF37E);