#cdf66f
a light, electric green · cool · closest name: khaki
RGB
205, 246, 111
HSL
78°, 88%, 70%
CMYK
17, 0, 55, 4
Luminance
0.8004
Every format
| HEX | #cdf66f |
| RGB | rgb(205, 246, 111) |
| HSL | hsl(78, 88%, 70%) |
| CMYK | cmyk(17%, 0%, 55%, 4%) |
| LAB | lab(91.7 -32.9 59.6) |
| LCH | lch(91.7 68.1 118.9) |
| OKLCH | oklch(0.917 0.168 123.8) |
Copy-ready code
/* CSS */
color: #cdf66f;
background-color: #cdf66f;
/* Tailwind (arbitrary) */
class="text-[#cdf66f] bg-[#cdf66f]"
/* SCSS */
$brand: #cdf66f;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.435)
/* Android */
Color.parseColor("#cdf66f")Accessibility — WCAG contrast
Aa
#cdf66f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf66f on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue43.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow54.9%
Key (black)3.5%
Color previews
#cdf66f text on a black background
contrast 17.01:1
Card sample
#cdf66f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf66f;
Background color
Panel with #cdf66f background
background-color: #cdf66f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf66f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf66f; background: linear-gradient(135deg, #cdf66f, #73F66F);