#adeb99
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 153
HSL
105°, 67%, 76%
CMYK
26, 0, 35, 8
Luminance
0.7060
Every format
| HEX | #adeb99 |
| RGB | rgb(173, 235, 153) |
| HSL | hsl(105, 67%, 76%) |
| CMYK | cmyk(26%, 0%, 35%, 8%) |
| LAB | lab(87.3 -34.5 33.7) |
| LCH | lch(87.3 48.2 135.7) |
| OKLCH | oklch(0.878 0.126 138.3) |
Copy-ready code
/* CSS */
color: #adeb99;
background-color: #adeb99;
/* Tailwind (arbitrary) */
class="text-[#adeb99] bg-[#adeb99]"
/* SCSS */
$brand: #adeb99;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.600)
/* Android */
Color.parseColor("#adeb99")Accessibility — WCAG contrast
Aa
#adeb99 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb99 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue60.0%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow34.9%
Key (black)7.8%
Color previews
#adeb99 text on a black background
contrast 15.12:1
Card sample
#adeb99 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb99;
Background color
Panel with #adeb99 background
background-color: #adeb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb99; background: linear-gradient(135deg, #adeb99, #99EBBC);