#adee2f
a balanced, electric green · cool · closest name: yellow
RGB
173, 238, 47
HSL
80°, 85%, 56%
CMYK
27, 0, 80, 7
Luminance
0.7024
Every format
| HEX | #adee2f |
| RGB | rgb(173, 238, 47) |
| HSL | hsl(80, 85%, 56%) |
| CMYK | cmyk(27%, 0%, 80%, 7%) |
| LAB | lab(87.1 -45.4 77.6) |
| LCH | lch(87.1 89.9 120.3) |
| OKLCH | oklch(0.874 0.214 127.7) |
Copy-ready code
/* CSS */
color: #adee2f;
background-color: #adee2f;
/* Tailwind (arbitrary) */
class="text-[#adee2f] bg-[#adee2f]"
/* SCSS */
$brand: #adee2f;
/* SwiftUI */
Color(red: 0.678, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#adee2f")Accessibility — WCAG contrast
Aa
#adee2f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adee2f on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.3%
Blue18.4%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#adee2f text on a black background
contrast 15.05:1
Card sample
#adee2f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adee2f;
Background color
Panel with #adee2f background
background-color: #adee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adee2f; background: linear-gradient(135deg, #adee2f, #2FEE30);