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