Verdigris (#43B3AE)
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: 2.53:1 — vs black: 8.30:1
Color values
-
HEX
#43B3AE -
RGB
rgb(67, 179, 174) -
HSL
hsl(177, 62%, 70%) -
CMYK
cmyk( 62.57, 0, 2.79, 29.8 ) -
Websafe
#33CC99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #43B3AE based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#43B3AE
Base
#B34348
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#43B3AE
Base
#43B376
#4380B3
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#43B3AE
Base
#AE43B3
#B3AE43
Two colors flanking the complement — high contrast with less tension than full complementary.
#43B3AE
Base
#B34380
#B37643
Four colors at 90° intervals — rich variety, best when one color dominates.
#43B3AE
Base
#7643B3
#B34348
#80B343
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#43B3AE
Base
#194442
#2E7B78
#389591
#5DC2BE
#77CCC8
#AEE1DF
Darker shades and lighter tints of Verdigris, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#071312
#133331
#1F5350
#2B7370
#37938F
#43B3AE
Base
#62C4C0
#84D1CE
#A7DEDC
#CAEBEA
#ECF8F8
Ready-to-use code snippets for #43B3AE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #43B3AE;
}
/* Text */
.element {
color: #43B3AE;
}
/* Border */
.element {
border: 1px solid #43B3AE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#43B3AE,
#E38388
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#43B3AE,
#E38388
);
}
// SCSS variable
$verdigris: #43B3AE;
// With RGB channels (useful for rgba() usage)
$verdigris-r: 67;
$verdigris-g: 179;
$verdigris-b: 174;
// Usage
.element {
background-color: $verdigris;
color: rgba($verdigris-r, $verdigris-g, $verdigris-b, 0.8);
}
How Verdigris appears to people with different types of color vision deficiency.
#43B3AE
How the color appears with full color vision.
#9D9DB0
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#ABABAE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#45B2B2
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A3A3A3
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.