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