#adee77
a light, electric green · cool · closest name: khaki
RGB
173, 238, 119
HSL
93°, 78%, 70%
CMYK
27, 0, 50, 7
Luminance
0.7137
Every format
| HEX | #adee77 |
| RGB | rgb(173, 238, 119) |
| HSL | hsl(93, 78%, 70%) |
| CMYK | cmyk(27%, 0%, 50%, 7%) |
| LAB | lab(87.7 -40.1 50.8) |
| LCH | lch(87.7 64.7 128.3) |
| OKLCH | oklch(0.880 0.165 132.5) |
Copy-ready code
/* CSS */
color: #adee77;
background-color: #adee77;
/* Tailwind (arbitrary) */
class="text-[#adee77] bg-[#adee77]"
/* SCSS */
$brand: #adee77;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.467)
/* Android */
Color.parseColor("#adee77")Accessibility — WCAG contrast
Aa
#adee77 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adee77 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue46.7%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow50.0%
Key (black)6.7%
Color previews
#adee77 text on a black background
contrast 15.27:1
Card sample
#adee77 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adee77;
Background color
Panel with #adee77 background
background-color: #adee77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adee77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adee77; background: linear-gradient(135deg, #adee77, #77EE90);