#84eb97
a light, vivid green · cool · closest name: aquamarine
RGB
132, 235, 151
HSL
131°, 72%, 72%
CMYK
44, 0, 36, 8
Luminance
0.6656
Every format
| HEX | #84eb97 |
| RGB | rgb(132, 235, 151) |
| HSL | hsl(131, 72%, 72%) |
| CMYK | cmyk(44%, 0%, 36%, 8%) |
| LAB | lab(85.3 -47.4 31.7) |
| LCH | lch(85.3 57.0 146.3) |
| OKLCH | oklch(0.857 0.151 148.5) |
Copy-ready code
/* CSS */
color: #84eb97;
background-color: #84eb97;
/* Tailwind (arbitrary) */
class="text-[#84eb97] bg-[#84eb97]"
/* SCSS */
$brand: #84eb97;
/* SwiftUI */
Color(red: 0.518, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#84eb97")Accessibility — WCAG contrast
Aa
#84eb97 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84eb97 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green92.2%
Blue59.2%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow35.7%
Key (black)7.8%
Color previews
#84eb97 text on a black background
contrast 14.31:1
Card sample
#84eb97 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84eb97;
Background color
Panel with #84eb97 background
background-color: #84eb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84eb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84eb97; background: linear-gradient(135deg, #84eb97, #84EBDC);