#8ace97
a light, soft green · cool · closest name: aquamarine
RGB
138, 206, 151
HSL
132°, 41%, 68%
CMYK
33, 0, 27, 19
Luminance
0.5178
Every format
| HEX | #8ace97 |
| RGB | rgb(138, 206, 151) |
| HSL | hsl(132, 41%, 68%) |
| CMYK | cmyk(33%, 0%, 27%, 19%) |
| LAB | lab(77.2 -32.7 20.7) |
| LCH | lch(77.2 38.7 147.7) |
| OKLCH | oklch(0.791 0.104 149.5) |
Copy-ready code
/* CSS */
color: #8ace97;
background-color: #8ace97;
/* Tailwind (arbitrary) */
class="text-[#8ace97] bg-[#8ace97]"
/* SCSS */
$brand: #8ace97;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.592)
/* Android */
Color.parseColor("#8ace97")Accessibility — WCAG contrast
Aa
#8ace97 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ace97 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue59.2%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow26.7%
Key (black)19.2%
Color previews
#8ace97 text on a black background
contrast 11.36:1
Card sample
#8ace97 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ace97;
Background color
Panel with #8ace97 background
background-color: #8ace97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ace97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ace97; background: linear-gradient(135deg, #8ace97, #8ACEC4);