#cdf77e
a light, electric green · cool · closest name: khaki
RGB
205, 247, 126
HSL
81°, 88%, 73%
CMYK
17, 0, 49, 3
Luminance
0.8101
Every format
| HEX | #cdf77e |
| RGB | rgb(205, 247, 126) |
| HSL | hsl(81, 88%, 73%) |
| CMYK | cmyk(17%, 0%, 49%, 3%) |
| LAB | lab(92.1 -32.0 53.3) |
| LCH | lch(92.1 62.2 121.0) |
| OKLCH | oklch(0.921 0.156 125.1) |
Copy-ready code
/* CSS */
color: #cdf77e;
background-color: #cdf77e;
/* Tailwind (arbitrary) */
class="text-[#cdf77e] bg-[#cdf77e]"
/* SCSS */
$brand: #cdf77e;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.494)
/* Android */
Color.parseColor("#cdf77e")Accessibility — WCAG contrast
Aa
#cdf77e on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf77e on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue49.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow49.0%
Key (black)3.1%
Color previews
#cdf77e text on a black background
contrast 17.20:1
Card sample
#cdf77e text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf77e;
Background color
Panel with #cdf77e background
background-color: #cdf77e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf77e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf77e; background: linear-gradient(135deg, #cdf77e, #7EF77F);