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