Exhilarating Green
#81c784
Exhilarating Green is a color with the hex code #81c784. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #81c784 | |
|---|---|---|
| RGB | rgb(129, 199, 132) | |
| HSL | hsl(123, 38%, 64%) | |
| CMYK | cmyk(35%, 0%, 34%, 22%) | |
| LAB | lab(74, -33, 26) | |
| OKLCH | oklch(0.77 0.118 145) |
Color harmonies
Tints & shades
Code snippets
color: #81c784;
background-color: #81c784;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF81C784)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.78, blue: 0.52, alpha: 1.0)