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