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