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