#adef65
a light, electric green · cool · closest name: khaki
RGB
173, 239, 101
HSL
89°, 81%, 67%
CMYK
28, 0, 58, 6
Luminance
0.7156
Every format
| HEX | #adef65 |
| RGB | rgb(173, 239, 101) |
| HSL | hsl(89, 81%, 67%) |
| CMYK | cmyk(28%, 0%, 58%, 6%) |
| LAB | lab(87.8 -42.4 59.0) |
| LCH | lch(87.8 72.6 125.7) |
| OKLCH | oklch(0.880 0.182 130.8) |
Copy-ready code
/* CSS */
color: #adef65;
background-color: #adef65;
/* Tailwind (arbitrary) */
class="text-[#adef65] bg-[#adef65]"
/* SCSS */
$brand: #adef65;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.396)
/* Android */
Color.parseColor("#adef65")Accessibility — WCAG contrast
Aa
#adef65 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef65 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue39.6%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow57.7%
Key (black)6.3%
Color previews
#adef65 text on a black background
contrast 15.31:1
Card sample
#adef65 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef65;
Background color
Panel with #adef65 background
background-color: #adef65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef65; background: linear-gradient(135deg, #adef65, #65EF79);