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