#cdf66b
a light, electric green · cool · closest name: khaki
RGB
205, 246, 107
HSL
78°, 89%, 69%
CMYK
17, 0, 57, 4
Luminance
0.7995
Every format
| HEX | #cdf66b |
| RGB | rgb(205, 246, 107) |
| HSL | hsl(78, 89%, 69%) |
| CMYK | cmyk(17%, 0%, 57%, 4%) |
| LAB | lab(91.7 -33.3 61.3) |
| LCH | lch(91.7 69.8 118.5) |
| OKLCH | oklch(0.917 0.172 123.5) |
Copy-ready code
/* CSS */
color: #cdf66b;
background-color: #cdf66b;
/* Tailwind (arbitrary) */
class="text-[#cdf66b] bg-[#cdf66b]"
/* SCSS */
$brand: #cdf66b;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.420)
/* Android */
Color.parseColor("#cdf66b")Accessibility — WCAG contrast
Aa
#cdf66b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf66b on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue42.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow56.5%
Key (black)3.5%
Color previews
#cdf66b text on a black background
contrast 16.99:1
Card sample
#cdf66b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf66b;
Background color
Panel with #cdf66b background
background-color: #cdf66b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf66b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf66b; background: linear-gradient(135deg, #cdf66b, #70F66B);