#ade0b0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 224, 176
HSL
124°, 45%, 78%
CMYK
23, 0, 21, 12
Luminance
0.6533
Every format
| HEX | #ade0b0 |
| RGB | rgb(173, 224, 176) |
| HSL | hsl(124, 45%, 78%) |
| CMYK | cmyk(23%, 0%, 21%, 12%) |
| LAB | lab(84.7 -25.6 18.3) |
| LCH | lch(84.7 31.5 144.5) |
| OKLCH | oklch(0.859 0.084 146.3) |
Copy-ready code
/* CSS */
color: #ade0b0;
background-color: #ade0b0;
/* Tailwind (arbitrary) */
class="text-[#ade0b0] bg-[#ade0b0]"
/* SCSS */
$brand: #ade0b0;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.690)
/* Android */
Color.parseColor("#ade0b0")Accessibility — WCAG contrast
Aa
#ade0b0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0b0 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue69.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow21.4%
Key (black)12.2%
Color previews
#ade0b0 text on a black background
contrast 14.07:1
Card sample
#ade0b0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0b0;
Background color
Panel with #ade0b0 background
background-color: #ade0b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0b0; background: linear-gradient(135deg, #ade0b0, #ADE0D2);