Amazon
#387b54
Amazon, represented by the hex value #387b54, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #387b54 | |
|---|---|---|
| RGB | rgb(56, 123, 84) | |
| HSL | hsl(145, 37%, 35%) | |
| CMYK | cmyk(54%, 0%, 32%, 52%) | |
| LAB | lab(46, -30, 15) | |
| OKLCH | oklch(0.53 0.093 156) |
Color harmonies
Tints & shades
Code snippets
color: #387b54;
background-color: #387b54;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF387B54)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.48, blue: 0.33, alpha: 1.0)