#cdff77
a light, electric green · cool · closest name: khaki
RGB
205, 255, 119
HSL
82°, 100%, 73%
CMYK
20, 0, 53, 0
Luminance
0.8583
Every format
| HEX | #cdff77 |
| RGB | rgb(205, 255, 119) |
| HSL | hsl(82, 100%, 73%) |
| CMYK | cmyk(20%, 0%, 53%, 0%) |
| LAB | lab(94.2 -36.3 59.0) |
| LCH | lch(94.2 69.3 121.6) |
| OKLCH | oklch(0.938 0.173 126.3) |
Copy-ready code
/* CSS */
color: #cdff77;
background-color: #cdff77;
/* Tailwind (arbitrary) */
class="text-[#cdff77] bg-[#cdff77]"
/* SCSS */
$brand: #cdff77;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.467)
/* Android */
Color.parseColor("#cdff77")Accessibility — WCAG contrast
Aa
#cdff77 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff77 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue46.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow53.3%
Key (black)0.0%
Color previews
#cdff77 text on a black background
contrast 18.17:1
Card sample
#cdff77 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff77;
Background color
Panel with #cdff77 background
background-color: #cdff77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff77; background: linear-gradient(135deg, #cdff77, #77FF7C);