Myrtle (#21421E)

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: #FFFFFF
Contrast vs white: 11.27:1 — vs black: 1.86:1

Color values

  • HEX #21421E
  • RGB rgb(33, 66, 30)
  • HSL hsl(115, 54%, 25%)
  • CMYK cmyk( 50, 0, 54.55, 74.12 )
  • Websafe #333333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #21421E based on color theory relationships.

Complementary

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

Myrtle
#21421E Base
#3F1E42
Analogous

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

Myrtle
#21421E Base
#33421E
#1E422D
Triadic

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

Myrtle
#21421E Base
#1E2142
#421E21
Split-Complementary

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

Myrtle
#21421E Base
#2D1E42
#421E33
Tetradic (Square)

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

Myrtle
#21421E Base
#1E3342
#3F1E42
#422D1E
Monochromatic

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

Myrtle
#21421E Base
#091208
#132611
#2F5E2B
#3B7736
#56AB4E
Shades & Tints

Darker shades and lighter tints of Myrtle, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#091208
#0E1B0C
#122511
#172F15
#1C381A
Myrtle #21421E Base
#3C7736
#56AD4F
#88C683
#BBDFB8
#EEF7ED
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #21421E;
}

/* Text */
.element {
    color: #21421E;
}

/* Border */
.element {
    border: 1px solid #21421E;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #21421E,
        #601E66
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #21421E,
        #601E66
    );
}
SCSS Variable
// SCSS variable
$myrtle: #21421E;

// With RGB channels (useful for rgba() usage)
$myrtle-r: 33;
$myrtle-g: 66;
$myrtle-b: 30;

// Usage
.element {
    background-color: $myrtle;
    color: rgba($myrtle-r, $myrtle-g, $myrtle-b, 0.8);
}
Color Blindness Simulation

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

Normal Vision #21421E How the color appears with full color vision.
Deuteranopia #3B3B1F 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 #3F3F1E Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #273F3F Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #3B3B3B 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 Myrtle ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Myrtle #21421E Base
Cal Poly Pomona Green #1E4D2B ΔE 4.29
UP Forest Green #014421 ΔE 4.64
British Racing Green #004225 ΔE 5.39
Phthalo Green #123524 ΔE 7.60

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.