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