#ade7ba
a light, vivid green · cool · closest name: aquamarine
RGB
173, 231, 186
HSL
133°, 55%, 79%
CMYK
25, 0, 20, 9
Luminance
0.6958
Every format
| HEX | #ade7ba |
| RGB | rgb(173, 231, 186) |
| HSL | hsl(133, 55%, 79%) |
| CMYK | cmyk(25%, 0%, 20%, 9%) |
| LAB | lab(86.8 -27.2 16.0) |
| LCH | lch(86.8 31.6 149.5) |
| OKLCH | oklch(0.876 0.086 151.2) |
Copy-ready code
/* CSS */
color: #ade7ba;
background-color: #ade7ba;
/* Tailwind (arbitrary) */
class="text-[#ade7ba] bg-[#ade7ba]"
/* SCSS */
$brand: #ade7ba;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.729)
/* Android */
Color.parseColor("#ade7ba")Accessibility — WCAG contrast
Aa
#ade7ba on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7ba on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue72.9%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow19.5%
Key (black)9.4%
Color previews
#ade7ba text on a black background
contrast 14.92:1
Card sample
#ade7ba text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7ba;
Background color
Panel with #ade7ba background
background-color: #ade7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7ba; background: linear-gradient(135deg, #ade7ba, #ADE7E1);