#cdf58c
a light, electric green · cool · closest name: khaki
RGB
205, 245, 140
HSL
83°, 84%, 76%
CMYK
16, 0, 43, 4
Luminance
0.8018
Every format
| HEX | #cdf58c |
| RGB | rgb(205, 245, 140) |
| HSL | hsl(83, 84%, 76%) |
| CMYK | cmyk(16%, 0%, 43%, 4%) |
| LAB | lab(91.8 -29.6 46.3) |
| LCH | lch(91.8 54.9 122.6) |
| OKLCH | oklch(0.919 0.139 126.1) |
Copy-ready code
/* CSS */
color: #cdf58c;
background-color: #cdf58c;
/* Tailwind (arbitrary) */
class="text-[#cdf58c] bg-[#cdf58c]"
/* SCSS */
$brand: #cdf58c;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.549)
/* Android */
Color.parseColor("#cdf58c")Accessibility — WCAG contrast
Aa
#cdf58c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf58c on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue54.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow42.9%
Key (black)3.9%
Color previews
#cdf58c text on a black background
contrast 17.04:1
Card sample
#cdf58c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf58c;
Background color
Panel with #cdf58c background
background-color: #cdf58c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf58c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf58c; background: linear-gradient(135deg, #cdf58c, #8CF591);