#adeb5e
a balanced, electric green · cool · closest name: khaki
RGB
173, 235, 94
HSL
86°, 78%, 65%
CMYK
26, 0, 60, 8
Luminance
0.6911
Every format
| HEX | #adeb5e |
| RGB | rgb(173, 235, 94) |
| HSL | hsl(86, 78%, 65%) |
| CMYK | cmyk(26%, 0%, 60%, 8%) |
| LAB | lab(86.6 -41.2 60.6) |
| LCH | lch(86.6 73.3 124.2) |
| OKLCH | oklch(0.870 0.182 129.6) |
Copy-ready code
/* CSS */
color: #adeb5e;
background-color: #adeb5e;
/* Tailwind (arbitrary) */
class="text-[#adeb5e] bg-[#adeb5e]"
/* SCSS */
$brand: #adeb5e;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.369)
/* Android */
Color.parseColor("#adeb5e")Accessibility — WCAG contrast
Aa
#adeb5e on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb5e on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue36.9%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow60.0%
Key (black)7.8%
Color previews
#adeb5e text on a black background
contrast 14.82:1
Card sample
#adeb5e text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb5e;
Background color
Panel with #adeb5e background
background-color: #adeb5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb5e; background: linear-gradient(135deg, #adeb5e, #5EEB6D);