Quiet Thicket
#aaad94
Looking for the precise values behind Quiet Thicket (#aaad94)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #aaad94 | |
|---|---|---|
| RGB | rgb(170, 173, 148) | |
| HSL | hsl(67, 13%, 63%) | |
| CMYK | cmyk(2%, 0%, 14%, 32%) | |
| LAB | lab(70, -4, 13) | |
| OKLCH | oklch(0.74 0.035 113) |
Color harmonies
Tints & shades
Code snippets
color: #aaad94;
background-color: #aaad94;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFAAAD94)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.68, blue: 0.58, alpha: 1.0)