#adef1a
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 26
HSL
79°, 87%, 52%
CMYK
28, 0, 89, 6
Luminance
0.7069
Every format
| HEX | #adef1a |
| RGB | rgb(173, 239, 26) |
| HSL | hsl(79, 87%, 52%) |
| CMYK | cmyk(28%, 0%, 89%, 6%) |
| LAB | lab(87.3 -46.4 82.1) |
| LCH | lch(87.3 94.3 119.5) |
| OKLCH | oklch(0.875 0.222 127.4) |
Copy-ready code
/* CSS */
color: #adef1a;
background-color: #adef1a;
/* Tailwind (arbitrary) */
class="text-[#adef1a] bg-[#adef1a]"
/* SCSS */
$brand: #adef1a;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.102)
/* Android */
Color.parseColor("#adef1a")Accessibility — WCAG contrast
Aa
#adef1a on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef1a on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue10.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow89.1%
Key (black)6.3%
Color previews
#adef1a text on a black background
contrast 15.14:1
Card sample
#adef1a text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef1a;
Background color
Panel with #adef1a background
background-color: #adef1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef1a; background: linear-gradient(135deg, #adef1a, #1FEF1A);