#cdf26c
a light, electric green · cool · closest name: khaki
RGB
205, 242, 108
HSL
77°, 84%, 69%
CMYK
15, 0, 55, 5
Luminance
0.7757
Every format
| HEX | #cdf26c |
| RGB | rgb(205, 242, 108) |
| HSL | hsl(77, 84%, 69%) |
| CMYK | cmyk(15%, 0%, 55%, 5%) |
| LAB | lab(90.6 -31.4 59.7) |
| LCH | lch(90.6 67.4 117.7) |
| OKLCH | oklch(0.908 0.166 122.6) |
Copy-ready code
/* CSS */
color: #cdf26c;
background-color: #cdf26c;
/* Tailwind (arbitrary) */
class="text-[#cdf26c] bg-[#cdf26c]"
/* SCSS */
$brand: #cdf26c;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.424)
/* Android */
Color.parseColor("#cdf26c")Accessibility — WCAG contrast
Aa
#cdf26c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf26c on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue42.4%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow55.4%
Key (black)5.1%
Color previews
#cdf26c text on a black background
contrast 16.51:1
Card sample
#cdf26c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf26c;
Background color
Panel with #cdf26c background
background-color: #cdf26c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf26c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf26c; background: linear-gradient(135deg, #cdf26c, #74F26C);