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