#adeb84
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 132
HSL
96°, 72%, 72%
CMYK
26, 0, 44, 8
Luminance
0.6997
Every format
| HEX | #adeb84 |
| RGB | rgb(173, 235, 132) |
| HSL | hsl(96, 72%, 72%) |
| CMYK | cmyk(26%, 0%, 44%, 8%) |
| LAB | lab(87.0 -37.3 43.7) |
| LCH | lch(87.0 57.5 130.5) |
| OKLCH | oklch(0.875 0.148 134.0) |
Copy-ready code
/* CSS */
color: #adeb84;
background-color: #adeb84;
/* Tailwind (arbitrary) */
class="text-[#adeb84] bg-[#adeb84]"
/* SCSS */
$brand: #adeb84;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.518)
/* Android */
Color.parseColor("#adeb84")Accessibility — WCAG contrast
Aa
#adeb84 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb84 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue51.8%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow43.8%
Key (black)7.8%
Color previews
#adeb84 text on a black background
contrast 14.99:1
Card sample
#adeb84 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb84;
Background color
Panel with #adeb84 background
background-color: #adeb84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb84; background: linear-gradient(135deg, #adeb84, #84EBA0);