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