#ade1b0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 225, 176
HSL
124°, 46%, 78%
CMYK
23, 0, 22, 12
Luminance
0.6587
Every format
| HEX | #ade1b0 |
| RGB | rgb(173, 225, 176) |
| HSL | hsl(124, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 22%, 12%) |
| LAB | lab(84.9 -26.1 18.6) |
| LCH | lch(84.9 32.1 144.5) |
| OKLCH | oklch(0.861 0.086 146.3) |
Copy-ready code
/* CSS */
color: #ade1b0;
background-color: #ade1b0;
/* Tailwind (arbitrary) */
class="text-[#ade1b0] bg-[#ade1b0]"
/* SCSS */
$brand: #ade1b0;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.690)
/* Android */
Color.parseColor("#ade1b0")Accessibility — WCAG contrast
Aa
#ade1b0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1b0 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue69.0%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow21.8%
Key (black)11.8%
Color previews
#ade1b0 text on a black background
contrast 14.17:1
Card sample
#ade1b0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1b0;
Background color
Panel with #ade1b0 background
background-color: #ade1b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1b0; background: linear-gradient(135deg, #ade1b0, #ADE1D3);