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