#cdfc77
a light, electric green · cool · closest name: khaki
RGB
205, 252, 119
HSL
81°, 96%, 73%
CMYK
19, 0, 53, 1
Luminance
0.8393
Every format
| HEX | #cdfc77 |
| RGB | rgb(205, 252, 119) |
| HSL | hsl(81, 96%, 73%) |
| CMYK | cmyk(19%, 0%, 53%, 1%) |
| LAB | lab(93.4 -35.0 58.1) |
| LCH | lch(93.4 67.8 121.1) |
| OKLCH | oklch(0.931 0.169 125.7) |
Copy-ready code
/* CSS */
color: #cdfc77;
background-color: #cdfc77;
/* Tailwind (arbitrary) */
class="text-[#cdfc77] bg-[#cdfc77]"
/* SCSS */
$brand: #cdfc77;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.467)
/* Android */
Color.parseColor("#cdfc77")Accessibility — WCAG contrast
Aa
#cdfc77 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc77 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue46.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow52.8%
Key (black)1.2%
Color previews
#cdfc77 text on a black background
contrast 17.79:1
Card sample
#cdfc77 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc77;
Background color
Panel with #cdfc77 background
background-color: #cdfc77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc77; background: linear-gradient(135deg, #cdfc77, #77FC79);