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