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