Cardamom
#aaaa77
Here's everything about the color Cardamom (#aaaa77) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aaaa77 | |
|---|---|---|
| RGB | rgb(170, 170, 119) | |
| HSL | hsl(60, 23%, 57%) | |
| CMYK | cmyk(0%, 0%, 30%, 33%) | |
| LAB | lab(69, -6, 26) | |
| OKLCH | oklch(0.73 0.069 108) |
Color harmonies
Tints & shades
Code snippets
color: #aaaa77;
background-color: #aaaa77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFAAAA77)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.67, blue: 0.47, alpha: 1.0)