#cdf78c
a light, electric green · cool · closest name: khaki
RGB
205, 247, 140
HSL
84°, 87%, 76%
CMYK
17, 0, 43, 3
Luminance
0.8139
Every format
| HEX | #cdf78c |
| RGB | rgb(205, 247, 140) |
| HSL | hsl(84, 87%, 76%) |
| CMYK | cmyk(17%, 0%, 43%, 3%) |
| LAB | lab(92.3 -30.5 46.9) |
| LCH | lch(92.3 56.0 123.0) |
| OKLCH | oklch(0.923 0.142 126.5) |
Copy-ready code
/* CSS */
color: #cdf78c;
background-color: #cdf78c;
/* Tailwind (arbitrary) */
class="text-[#cdf78c] bg-[#cdf78c]"
/* SCSS */
$brand: #cdf78c;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.549)
/* Android */
Color.parseColor("#cdf78c")Accessibility — WCAG contrast
Aa
#cdf78c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf78c on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue54.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow43.3%
Key (black)3.1%
Color previews
#cdf78c text on a black background
contrast 17.28:1
Card sample
#cdf78c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf78c;
Background color
Panel with #cdf78c background
background-color: #cdf78c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf78c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf78c; background: linear-gradient(135deg, #cdf78c, #8CF792);