Aztec
#293432
Aztec, represented by the hex value #293432, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #293432 | |
|---|---|---|
| RGB | rgb(41, 52, 50) | |
| HSL | hsl(169, 12%, 18%) | |
| CMYK | cmyk(21%, 0%, 4%, 80%) | |
| LAB | lab(21, -5, 0) | |
| OKLCH | oklch(0.31 0.015 183) |
Color harmonies
Tints & shades
Code snippets
color: #293432;
background-color: #293432;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF293432)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.20, blue: 0.20, alpha: 1.0)