#adec2f
a balanced, electric green · cool · closest name: yellow
RGB
173, 236, 47
HSL
80°, 83%, 56%
CMYK
27, 0, 80, 8
Luminance
0.6908
Every format
| HEX | #adec2f |
| RGB | rgb(173, 236, 47) |
| HSL | hsl(80, 83%, 56%) |
| CMYK | cmyk(27%, 0%, 80%, 8%) |
| LAB | lab(86.5 -44.5 77.0) |
| LCH | lch(86.5 89.0 120.0) |
| OKLCH | oklch(0.869 0.212 127.4) |
Copy-ready code
/* CSS */
color: #adec2f;
background-color: #adec2f;
/* Tailwind (arbitrary) */
class="text-[#adec2f] bg-[#adec2f]"
/* SCSS */
$brand: #adec2f;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.184)
/* Android */
Color.parseColor("#adec2f")Accessibility — WCAG contrast
Aa
#adec2f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adec2f on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue18.4%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow80.1%
Key (black)7.5%
Color previews
#adec2f text on a black background
contrast 14.82:1
Card sample
#adec2f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adec2f;
Background color
Panel with #adec2f background
background-color: #adec2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adec2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adec2f; background: linear-gradient(135deg, #adec2f, #2FEC2F);