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