#adef50
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 80
HSL
85°, 83%, 63%
CMYK
28, 0, 67, 6
Luminance
0.7120
Every format
| HEX | #adef50 |
| RGB | rgb(173, 239, 80) |
| HSL | hsl(85, 83%, 63%) |
| CMYK | cmyk(28%, 0%, 67%, 6%) |
| LAB | lab(87.6 -44.1 67.4) |
| LCH | lch(87.6 80.5 123.2) |
| OKLCH | oklch(0.878 0.198 129.2) |
Copy-ready code
/* CSS */
color: #adef50;
background-color: #adef50;
/* Tailwind (arbitrary) */
class="text-[#adef50] bg-[#adef50]"
/* SCSS */
$brand: #adef50;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.314)
/* Android */
Color.parseColor("#adef50")Accessibility — WCAG contrast
Aa
#adef50 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef50 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue31.4%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow66.5%
Key (black)6.3%
Color previews
#adef50 text on a black background
contrast 15.24:1
Card sample
#adef50 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef50;
Background color
Panel with #adef50 background
background-color: #adef50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef50; background: linear-gradient(135deg, #adef50, #50EF5D);