Amazon (#3B7A57)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 5.11:1 — vs black: 4.11:1
Color values
-
HEX
#3B7A57 -
RGB
rgb(59, 122, 87) -
HSL
hsl(146, 51%, 47%) -
CMYK
cmyk( 51.64, 0, 28.69, 52.16 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #3B7A57 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#3B7A57
Base
#7A3B5E
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#3B7A57
Base
#3E7A3B
#3B7A77
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#3B7A57
Base
#573B7A
#7A573B
Two colors flanking the complement — high contrast with less tension than full complementary.
#3B7A57
Base
#773B7A
#7A3B3E
Four colors at 90° intervals — rich variety, best when one color dominates.
#3B7A57
Base
#3B3E7A
#7A3B5E
#7A773B
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#3B7A57
Base
#09130D
#224632
#2E5E43
#48966B
#55AD7C
#88C6A4
Darker shades and lighter tints of Amazon, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#08110C
#12261B
#1D3B2A
#275039
#316548
#3B7A57
Base
#4FA374
#73BB93
#9CCFB3
#C5E3D2
#EEF7F2
Ready-to-use code snippets for #3B7A57. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #3B7A57;
}
/* Text */
.element {
color: #3B7A57;
}
/* Border */
.element {
border: 1px solid #3B7A57;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#3B7A57,
#B93B81
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#3B7A57,
#B93B81
);
}
// SCSS variable
$amazon: #3B7A57;
// With RGB channels (useful for rgba() usage)
$amazon-r: 59;
$amazon-g: 122;
$amazon-b: 87;
// Usage
.element {
background-color: $amazon;
color: rgba($amazon-r, $amazon-g, $amazon-b, 0.8);
}
How Amazon appears to people with different types of color vision deficiency.
#3B7A57
How the color appears with full color vision.
#6C6C58
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#757557
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#437676
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6E6E6E
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.