#adeb88
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 136
HSL
98°, 71%, 73%
CMYK
26, 0, 42, 8
Luminance
0.7008
Every format
| HEX | #adeb88 |
| RGB | rgb(173, 235, 136) |
| HSL | hsl(98, 71%, 73%) |
| CMYK | cmyk(26%, 0%, 42%, 8%) |
| LAB | lab(87.0 -36.8 41.8) |
| LCH | lch(87.0 55.7 131.3) |
| OKLCH | oklch(0.875 0.144 134.6) |
Copy-ready code
/* CSS */
color: #adeb88;
background-color: #adeb88;
/* Tailwind (arbitrary) */
class="text-[#adeb88] bg-[#adeb88]"
/* SCSS */
$brand: #adeb88;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.533)
/* Android */
Color.parseColor("#adeb88")Accessibility — WCAG contrast
Aa
#adeb88 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb88 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue53.3%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow42.1%
Key (black)7.8%
Color previews
#adeb88 text on a black background
contrast 15.02:1
Card sample
#adeb88 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb88;
Background color
Panel with #adeb88 background
background-color: #adeb88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb88; background: linear-gradient(135deg, #adeb88, #88EBA5);