#adeb76
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 118
HSL
92°, 75%, 69%
CMYK
26, 0, 50, 8
Luminance
0.6961
Every format
| HEX | #adeb76 |
| RGB | rgb(173, 235, 118) |
| HSL | hsl(92, 75%, 69%) |
| CMYK | cmyk(26%, 0%, 50%, 8%) |
| LAB | lab(86.8 -38.9 50.2) |
| LCH | lch(86.8 63.5 127.8) |
| OKLCH | oklch(0.873 0.161 132.0) |
Copy-ready code
/* CSS */
color: #adeb76;
background-color: #adeb76;
/* Tailwind (arbitrary) */
class="text-[#adeb76] bg-[#adeb76]"
/* SCSS */
$brand: #adeb76;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.463)
/* Android */
Color.parseColor("#adeb76")Accessibility — WCAG contrast
Aa
#adeb76 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb76 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue46.3%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow49.8%
Key (black)7.8%
Color previews
#adeb76 text on a black background
contrast 14.92:1
Card sample
#adeb76 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb76;
Background color
Panel with #adeb76 background
background-color: #adeb76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb76; background: linear-gradient(135deg, #adeb76, #76EB8D);