#adeb7a
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 122
HSL
93°, 74%, 70%
CMYK
26, 0, 48, 8
Luminance
0.6971
Every format
| HEX | #adeb7a |
| RGB | rgb(173, 235, 122) |
| HSL | hsl(93, 74%, 70%) |
| CMYK | cmyk(26%, 0%, 48%, 8%) |
| LAB | lab(86.8 -38.5 48.4) |
| LCH | lch(86.8 61.8 128.5) |
| OKLCH | oklch(0.873 0.158 132.5) |
Copy-ready code
/* CSS */
color: #adeb7a;
background-color: #adeb7a;
/* Tailwind (arbitrary) */
class="text-[#adeb7a] bg-[#adeb7a]"
/* SCSS */
$brand: #adeb7a;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.478)
/* Android */
Color.parseColor("#adeb7a")Accessibility — WCAG contrast
Aa
#adeb7a on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb7a on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue47.8%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow48.1%
Key (black)7.8%
Color previews
#adeb7a text on a black background
contrast 14.94:1
Card sample
#adeb7a text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb7a;
Background color
Panel with #adeb7a background
background-color: #adeb7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb7a; background: linear-gradient(135deg, #adeb7a, #7AEB92);