#adec6e
a light, electric green · cool · closest name: khaki
RGB
173, 236, 110
HSL
90°, 77%, 68%
CMYK
27, 0, 53, 8
Luminance
0.7000
Every format
| HEX | #adec6e |
| RGB | rgb(173, 236, 110) |
| HSL | hsl(90, 77%, 68%) |
| CMYK | cmyk(27%, 0%, 53%, 8%) |
| LAB | lab(87.0 -40.2 54.1) |
| LCH | lch(87.0 67.4 126.6) |
| OKLCH | oklch(0.874 0.170 131.2) |
Copy-ready code
/* CSS */
color: #adec6e;
background-color: #adec6e;
/* Tailwind (arbitrary) */
class="text-[#adec6e] bg-[#adec6e]"
/* SCSS */
$brand: #adec6e;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.431)
/* Android */
Color.parseColor("#adec6e")Accessibility — WCAG contrast
Aa
#adec6e on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adec6e on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue43.1%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow53.4%
Key (black)7.5%
Color previews
#adec6e text on a black background
contrast 15.00:1
Card sample
#adec6e text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adec6e;
Background color
Panel with #adec6e background
background-color: #adec6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adec6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adec6e; background: linear-gradient(135deg, #adec6e, #6EEC83);