#adef57
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 87
HSL
86°, 83%, 64%
CMYK
28, 0, 64, 6
Luminance
0.7131
Every format
| HEX | #adef57 |
| RGB | rgb(173, 239, 87) |
| HSL | hsl(86, 83%, 64%) |
| CMYK | cmyk(28%, 0%, 64%, 6%) |
| LAB | lab(87.6 -43.5 64.7) |
| LCH | lch(87.6 78.0 123.9) |
| OKLCH | oklch(0.879 0.193 129.7) |
Copy-ready code
/* CSS */
color: #adef57;
background-color: #adef57;
/* Tailwind (arbitrary) */
class="text-[#adef57] bg-[#adef57]"
/* SCSS */
$brand: #adef57;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.341)
/* Android */
Color.parseColor("#adef57")Accessibility — WCAG contrast
Aa
#adef57 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef57 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue34.1%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow63.6%
Key (black)6.3%
Color previews
#adef57 text on a black background
contrast 15.26:1
Card sample
#adef57 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef57;
Background color
Panel with #adef57 background
background-color: #adef57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef57; background: linear-gradient(135deg, #adef57, #57EF66);