#cdf780
a light, electric green · cool · closest name: khaki
RGB
205, 247, 128
HSL
81°, 88%, 74%
CMYK
17, 0, 48, 3
Luminance
0.8106
Every format
| HEX | #cdf780 |
| RGB | rgb(205, 247, 128) |
| HSL | hsl(81, 88%, 74%) |
| CMYK | cmyk(17%, 0%, 48%, 3%) |
| LAB | lab(92.2 -31.8 52.4) |
| LCH | lch(92.2 61.3 121.2) |
| OKLCH | oklch(0.921 0.154 125.3) |
Copy-ready code
/* CSS */
color: #cdf780;
background-color: #cdf780;
/* Tailwind (arbitrary) */
class="text-[#cdf780] bg-[#cdf780]"
/* SCSS */
$brand: #cdf780;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.502)
/* Android */
Color.parseColor("#cdf780")Accessibility — WCAG contrast
Aa
#cdf780 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf780 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue50.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow48.2%
Key (black)3.1%
Color previews
#cdf780 text on a black background
contrast 17.21:1
Card sample
#cdf780 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf780;
Background color
Panel with #cdf780 background
background-color: #cdf780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf780; background: linear-gradient(135deg, #cdf780, #80F782);