#cdf16d
a light, electric green · cool · closest name: khaki
RGB
205, 241, 109
HSL
76°, 83%, 69%
CMYK
15, 0, 55, 6
Luminance
0.7699
Every format
| HEX | #cdf16d |
| RGB | rgb(205, 241, 109) |
| HSL | hsl(76, 83%, 69%) |
| CMYK | cmyk(15%, 0%, 55%, 6%) |
| LAB | lab(90.3 -30.8 58.9) |
| LCH | lch(90.3 66.5 117.6) |
| OKLCH | oklch(0.906 0.163 122.4) |
Copy-ready code
/* CSS */
color: #cdf16d;
background-color: #cdf16d;
/* Tailwind (arbitrary) */
class="text-[#cdf16d] bg-[#cdf16d]"
/* SCSS */
$brand: #cdf16d;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.427)
/* Android */
Color.parseColor("#cdf16d")Accessibility — WCAG contrast
Aa
#cdf16d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf16d on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue42.7%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow54.8%
Key (black)5.5%
Color previews
#cdf16d text on a black background
contrast 16.40:1
Card sample
#cdf16d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf16d;
Background color
Panel with #cdf16d background
background-color: #cdf16d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf16d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf16d; background: linear-gradient(135deg, #cdf16d, #75F16D);