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