#cdf794
a light, electric green · cool · closest name: khaki
RGB
205, 247, 148
HSL
86°, 86%, 78%
CMYK
17, 0, 40, 3
Luminance
0.8164
Every format
| HEX | #cdf794 |
| RGB | rgb(205, 247, 148) |
| HSL | hsl(86, 86%, 78%) |
| CMYK | cmyk(17%, 0%, 40%, 3%) |
| LAB | lab(92.4 -29.6 43.2) |
| LCH | lch(92.4 52.4 124.4) |
| OKLCH | oklch(0.924 0.133 127.6) |
Copy-ready code
/* CSS */
color: #cdf794;
background-color: #cdf794;
/* Tailwind (arbitrary) */
class="text-[#cdf794] bg-[#cdf794]"
/* SCSS */
$brand: #cdf794;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.580)
/* Android */
Color.parseColor("#cdf794")Accessibility — WCAG contrast
Aa
#cdf794 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf794 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue58.0%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow40.1%
Key (black)3.1%
Color previews
#cdf794 text on a black background
contrast 17.33:1
Card sample
#cdf794 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf794;
Background color
Panel with #cdf794 background
background-color: #cdf794;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf794;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf794; background: linear-gradient(135deg, #cdf794, #94F79D);