#adeb5a
a balanced, electric green · cool · closest name: olivedrab
RGB
173, 235, 90
HSL
86°, 78%, 64%
CMYK
26, 0, 62, 8
Luminance
0.6904
Every format
| HEX | #adeb5a |
| RGB | rgb(173, 235, 90) |
| HSL | hsl(86, 78%, 64%) |
| CMYK | cmyk(26%, 0%, 62%, 8%) |
| LAB | lab(86.5 -41.6 62.3) |
| LCH | lch(86.5 74.9 123.7) |
| OKLCH | oklch(0.870 0.185 129.3) |
Copy-ready code
/* CSS */
color: #adeb5a;
background-color: #adeb5a;
/* Tailwind (arbitrary) */
class="text-[#adeb5a] bg-[#adeb5a]"
/* SCSS */
$brand: #adeb5a;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.353)
/* Android */
Color.parseColor("#adeb5a")Accessibility — WCAG contrast
Aa
#adeb5a on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb5a on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue35.3%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow61.7%
Key (black)7.8%
Color previews
#adeb5a text on a black background
contrast 14.81:1
Card sample
#adeb5a text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb5a;
Background color
Panel with #adeb5a background
background-color: #adeb5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb5a; background: linear-gradient(135deg, #adeb5a, #5AEB68);