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