#adeb97
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 151
HSL
104°, 68%, 76%
CMYK
26, 0, 36, 8
Luminance
0.7054
Every format
| HEX | #adeb97 |
| RGB | rgb(173, 235, 151) |
| HSL | hsl(104, 68%, 76%) |
| CMYK | cmyk(26%, 0%, 36%, 8%) |
| LAB | lab(87.3 -34.8 34.6) |
| LCH | lch(87.3 49.1 135.1) |
| OKLCH | oklch(0.878 0.128 137.8) |
Copy-ready code
/* CSS */
color: #adeb97;
background-color: #adeb97;
/* Tailwind (arbitrary) */
class="text-[#adeb97] bg-[#adeb97]"
/* SCSS */
$brand: #adeb97;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#adeb97")Accessibility — WCAG contrast
Aa
#adeb97 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb97 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue59.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow35.7%
Key (black)7.8%
Color previews
#adeb97 text on a black background
contrast 15.11:1
Card sample
#adeb97 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb97;
Background color
Panel with #adeb97 background
background-color: #adeb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb97; background: linear-gradient(135deg, #adeb97, #97EBB9);