#adef48
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 72
HSL
84°, 84%, 61%
CMYK
28, 0, 70, 6
Luminance
0.7109
Every format
| HEX | #adef48 |
| RGB | rgb(173, 239, 72) |
| HSL | hsl(84, 84%, 61%) |
| CMYK | cmyk(28%, 0%, 70%, 6%) |
| LAB | lab(87.5 -44.6 70.3) |
| LCH | lch(87.5 83.2 122.4) |
| OKLCH | oklch(0.877 0.203 128.8) |
Copy-ready code
/* CSS */
color: #adef48;
background-color: #adef48;
/* Tailwind (arbitrary) */
class="text-[#adef48] bg-[#adef48]"
/* SCSS */
$brand: #adef48;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.282)
/* Android */
Color.parseColor("#adef48")Accessibility — WCAG contrast
Aa
#adef48 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef48 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue28.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow69.9%
Key (black)6.3%
Color previews
#adef48 text on a black background
contrast 15.22:1
Card sample
#adef48 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef48;
Background color
Panel with #adef48 background
background-color: #adef48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef48; background: linear-gradient(135deg, #adef48, #48EF52);