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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Verdigris
#43B3AE Base
#B34348
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Verdigris
#43B3AE Base
#43B376
#4380B3
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Verdigris
#43B3AE Base
#AE43B3
#B3AE43
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Verdigris
#43B3AE Base
#B34380
#B37643
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Verdigris
#43B3AE Base
#7643B3
#B34348
#80B343
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Verdigris
#43B3AE Base
#194442
#2E7B78
#389591
#5DC2BE
#77CCC8
#AEE1DF
Shades & Tints

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
Verdigris #43B3AE Base
#62C4C0
#84D1CE
#A7DEDC
#CAEBEA
#ECF8F8
CSS & SCSS Snippets

Ready-to-use code snippets for #43B3AE. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #43B3AE;
}

/* Text */
.element {
    color: #43B3AE;
}

/* Border */
.element {
    border: 1px solid #43B3AE;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #43B3AE,
        #E38388
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #43B3AE,
        #E38388
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Verdigris appears to people with different types of color vision deficiency.

Normal Vision #43B3AE How the color appears with full color vision.
Deuteranopia #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.
Protanopia #ABABAE Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #45B2B2 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A3A3A3 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Verdigris ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Verdigris #43B3AE Base
Light Sea Green #20B2AA ΔE 2.31
Tiffany Blue #0ABAB5 ΔE 2.90
Keppel #3AB09E ΔE 5.00
Robin Egg Blue #00CCCC ΔE 7.05

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.