#cdf86f
a light, electric green · cool · closest name: khaki
RGB
205, 248, 111
HSL
79°, 91%, 70%
CMYK
17, 0, 55, 3
Luminance
0.8126
Every format
| HEX | #cdf86f |
| RGB | rgb(205, 248, 111) |
| HSL | hsl(79, 91%, 70%) |
| CMYK | cmyk(17%, 0%, 55%, 3%) |
| LAB | lab(92.3 -33.9 60.3) |
| LCH | lch(92.3 69.1 119.3) |
| OKLCH | oklch(0.921 0.171 124.2) |
Copy-ready code
/* CSS */
color: #cdf86f;
background-color: #cdf86f;
/* Tailwind (arbitrary) */
class="text-[#cdf86f] bg-[#cdf86f]"
/* SCSS */
$brand: #cdf86f;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.435)
/* Android */
Color.parseColor("#cdf86f")Accessibility — WCAG contrast
Aa
#cdf86f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf86f on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue43.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow55.2%
Key (black)2.7%
Color previews
#cdf86f text on a black background
contrast 17.25:1
Card sample
#cdf86f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf86f;
Background color
Panel with #cdf86f background
background-color: #cdf86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf86f; background: linear-gradient(135deg, #cdf86f, #72F86F);