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