Sage the Day
#aca28f
Sage the Day is a color with the hex code #aca28f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #aca28f | |
|---|---|---|
| RGB | rgb(172, 162, 143) | |
| HSL | hsl(39, 15%, 62%) | |
| CMYK | cmyk(0%, 6%, 17%, 33%) | |
| LAB | lab(67, 1, 11) | |
| OKLCH | oklch(0.72 0.029 84) |
Color harmonies
Tints & shades
Code snippets
color: #aca28f;
background-color: #aca28f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFACA28F)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.64, blue: 0.56, alpha: 1.0)