#adeb80
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 128
HSL
95°, 73%, 71%
CMYK
26, 0, 46, 8
Luminance
0.6986
Every format
| HEX | #adeb80 |
| RGB | rgb(173, 235, 128) |
| HSL | hsl(95, 73%, 71%) |
| CMYK | cmyk(26%, 0%, 46%, 8%) |
| LAB | lab(86.9 -37.8 45.6) |
| LCH | lch(86.9 59.2 129.7) |
| OKLCH | oklch(0.874 0.152 133.3) |
Copy-ready code
/* CSS */
color: #adeb80;
background-color: #adeb80;
/* Tailwind (arbitrary) */
class="text-[#adeb80] bg-[#adeb80]"
/* SCSS */
$brand: #adeb80;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.502)
/* Android */
Color.parseColor("#adeb80")Accessibility — WCAG contrast
Aa
#adeb80 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb80 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue50.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow45.5%
Key (black)7.8%
Color previews
#adeb80 text on a black background
contrast 14.97:1
Card sample
#adeb80 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb80;
Background color
Panel with #adeb80 background
background-color: #adeb80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb80; background: linear-gradient(135deg, #adeb80, #80EB9A);