#adeb9f
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 159
HSL
109°, 66%, 77%
CMYK
26, 0, 32, 8
Luminance
0.7080
Every format
| HEX | #adeb9f |
| RGB | rgb(173, 235, 159) |
| HSL | hsl(109, 66%, 77%) |
| CMYK | cmyk(26%, 0%, 32%, 8%) |
| LAB | lab(87.4 -33.6 30.8) |
| LCH | lch(87.4 45.6 137.5) |
| OKLCH | oklch(0.879 0.120 139.9) |
Copy-ready code
/* CSS */
color: #adeb9f;
background-color: #adeb9f;
/* Tailwind (arbitrary) */
class="text-[#adeb9f] bg-[#adeb9f]"
/* SCSS */
$brand: #adeb9f;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.624)
/* Android */
Color.parseColor("#adeb9f")Accessibility — WCAG contrast
Aa
#adeb9f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb9f on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue62.4%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow32.3%
Key (black)7.8%
Color previews
#adeb9f text on a black background
contrast 15.16:1
Card sample
#adeb9f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb9f;
Background color
Panel with #adeb9f background
background-color: #adeb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb9f; background: linear-gradient(135deg, #adeb9f, #9FEBC4);