#8ad9ad
a light, vivid green · cool · closest name: aquamarine
RGB
138, 217, 173
HSL
147°, 51%, 70%
CMYK
36, 0, 20, 15
Luminance
0.5805
Every format
| HEX | #8ad9ad |
| RGB | rgb(138, 217, 173) |
| HSL | hsl(147, 51%, 70%) |
| CMYK | cmyk(36%, 0%, 20%, 15%) |
| LAB | lab(80.8 -33.7 14.1) |
| LCH | lch(80.8 36.6 157.3) |
| OKLCH | oklch(0.822 0.100 158.8) |
Copy-ready code
/* CSS */
color: #8ad9ad;
background-color: #8ad9ad;
/* Tailwind (arbitrary) */
class="text-[#8ad9ad] bg-[#8ad9ad]"
/* SCSS */
$brand: #8ad9ad;
/* SwiftUI */
Color(red: 0.541, green: 0.851, blue: 0.678)
/* Android */
Color.parseColor("#8ad9ad")Accessibility — WCAG contrast
Aa
#8ad9ad on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad9ad on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green85.1%
Blue67.8%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow20.3%
Key (black)14.9%
Color previews
#8ad9ad text on a black background
contrast 12.61:1
Card sample
#8ad9ad text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad9ad;
Background color
Panel with #8ad9ad background
background-color: #8ad9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 217, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 217, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad9ad; background: linear-gradient(135deg, #8ad9ad, #8AD0D9);