Grape Green
#a8e4a0
Grape Green is a color with the hex code #a8e4a0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #a8e4a0 | |
|---|---|---|
| RGB | rgb(168, 228, 160) | |
| HSL | hsl(113, 56%, 76%) | |
| CMYK | cmyk(26%, 0%, 30%, 11%) | |
| LAB | lab(85, -29, 27) | |
| OKLCH | oklch(0.86 0.111 142) |
Color harmonies
Tints & shades
Code snippets
color: #a8e4a0;
background-color: #a8e4a0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFA8E4A0)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.89, blue: 0.63, alpha: 1.0)