#cdf38b
a light, electric green · cool · closest name: khaki
RGB
205, 243, 139
HSL
82°, 81%, 75%
CMYK
16, 0, 43, 5
Luminance
0.7894
Every format
| HEX | #cdf38b |
| RGB | rgb(205, 243, 139) |
| HSL | hsl(82, 81%, 75%) |
| CMYK | cmyk(16%, 0%, 43%, 5%) |
| LAB | lab(91.2 -28.7 46.0) |
| LCH | lch(91.2 54.3 122.0) |
| OKLCH | oklch(0.914 0.137 125.4) |
Copy-ready code
/* CSS */
color: #cdf38b;
background-color: #cdf38b;
/* Tailwind (arbitrary) */
class="text-[#cdf38b] bg-[#cdf38b]"
/* SCSS */
$brand: #cdf38b;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.545)
/* Android */
Color.parseColor("#cdf38b")Accessibility — WCAG contrast
Aa
#cdf38b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf38b on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue54.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow42.8%
Key (black)4.7%
Color previews
#cdf38b text on a black background
contrast 16.79:1
Card sample
#cdf38b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf38b;
Background color
Panel with #cdf38b background
background-color: #cdf38b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf38b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf38b; background: linear-gradient(135deg, #cdf38b, #8BF38E);