#cdf39d
a light, electric green · cool · closest name: khaki
RGB
205, 243, 157
HSL
87°, 78%, 78%
CMYK
16, 0, 35, 5
Luminance
0.7951
Every format
| HEX | #cdf39d |
| RGB | rgb(205, 243, 157) |
| HSL | hsl(87, 78%, 78%) |
| CMYK | cmyk(16%, 0%, 35%, 5%) |
| LAB | lab(91.5 -26.6 37.5) |
| LCH | lch(91.5 46.0 125.3) |
| OKLCH | oklch(0.917 0.118 127.9) |
Copy-ready code
/* CSS */
color: #cdf39d;
background-color: #cdf39d;
/* Tailwind (arbitrary) */
class="text-[#cdf39d] bg-[#cdf39d]"
/* SCSS */
$brand: #cdf39d;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.616)
/* Android */
Color.parseColor("#cdf39d")Accessibility — WCAG contrast
Aa
#cdf39d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf39d on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue61.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow35.4%
Key (black)4.7%
Color previews
#cdf39d text on a black background
contrast 16.90:1
Card sample
#cdf39d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf39d;
Background color
Panel with #cdf39d background
background-color: #cdf39d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf39d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf39d; background: linear-gradient(135deg, #cdf39d, #9DF3A6);