#cdf779
a light, electric green · cool · closest name: khaki
RGB
205, 247, 121
HSL
80°, 89%, 72%
CMYK
17, 0, 51, 3
Luminance
0.8088
Every format
| HEX | #cdf779 |
| RGB | rgb(205, 247, 121) |
| HSL | hsl(80, 89%, 72%) |
| CMYK | cmyk(17%, 0%, 51%, 3%) |
| LAB | lab(92.1 -32.5 55.6) |
| LCH | lch(92.1 64.4 120.3) |
| OKLCH | oklch(0.920 0.160 124.7) |
Copy-ready code
/* CSS */
color: #cdf779;
background-color: #cdf779;
/* Tailwind (arbitrary) */
class="text-[#cdf779] bg-[#cdf779]"
/* SCSS */
$brand: #cdf779;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.475)
/* Android */
Color.parseColor("#cdf779")Accessibility — WCAG contrast
Aa
#cdf779 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf779 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue47.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow51.0%
Key (black)3.1%
Color previews
#cdf779 text on a black background
contrast 17.18:1
Card sample
#cdf779 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf779;
Background color
Panel with #cdf779 background
background-color: #cdf779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf779; background: linear-gradient(135deg, #cdf779, #79F779);