#adef78
a light, electric green · cool · closest name: khaki
RGB
173, 239, 120
HSL
93°, 79%, 70%
CMYK
28, 0, 50, 6
Luminance
0.7197
Every format
| HEX | #adef78 |
| RGB | rgb(173, 239, 120) |
| HSL | hsl(93, 79%, 70%) |
| CMYK | cmyk(28%, 0%, 50%, 6%) |
| LAB | lab(88.0 -40.5 50.6) |
| LCH | lch(88.0 64.8 128.6) |
| OKLCH | oklch(0.882 0.165 132.8) |
Copy-ready code
/* CSS */
color: #adef78;
background-color: #adef78;
/* Tailwind (arbitrary) */
class="text-[#adef78] bg-[#adef78]"
/* SCSS */
$brand: #adef78;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.471)
/* Android */
Color.parseColor("#adef78")Accessibility — WCAG contrast
Aa
#adef78 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef78 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue47.1%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow49.8%
Key (black)6.3%
Color previews
#adef78 text on a black background
contrast 15.39:1
Card sample
#adef78 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef78;
Background color
Panel with #adef78 background
background-color: #adef78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef78; background: linear-gradient(135deg, #adef78, #78EF92);