#8ad080
a light, vivid green · cool · closest name: aquamarine
RGB
138, 208, 128
HSL
113°, 46%, 66%
CMYK
34, 0, 39, 18
Luminance
0.5207
Every format
| HEX | #8ad080 |
| RGB | rgb(138, 208, 128) |
| HSL | hsl(113, 46%, 66%) |
| CMYK | cmyk(34%, 0%, 39%, 18%) |
| LAB | lab(77.3 -37.4 32.9) |
| LCH | lch(77.3 49.8 138.6) |
| OKLCH | oklch(0.791 0.131 141.4) |
Copy-ready code
/* CSS */
color: #8ad080;
background-color: #8ad080;
/* Tailwind (arbitrary) */
class="text-[#8ad080] bg-[#8ad080]"
/* SCSS */
$brand: #8ad080;
/* SwiftUI */
Color(red: 0.541, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#8ad080")Accessibility — WCAG contrast
Aa
#8ad080 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad080 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green81.6%
Blue50.2%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow38.5%
Key (black)18.4%
Color previews
#8ad080 text on a black background
contrast 11.41:1
Card sample
#8ad080 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad080;
Background color
Panel with #8ad080 background
background-color: #8ad080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad080; background: linear-gradient(135deg, #8ad080, #80D0AB);