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