Teal Blue (#367588)

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: 5.18:1 — vs black: 4.06:1

Color values

  • HEX #367588
  • RGB rgb(54, 117, 136)
  • HSL hsl(193, 60%, 53%)
  • CMYK cmyk( 60.29, 13.97, 0, 46.67 )
  • Websafe #336699

Tags

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

Color Harmonies

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

Complementary

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

Teal Blue
#367588 Base
#884936
Analogous

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

Teal Blue
#367588 Base
#368872
#364C88
Triadic

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

Teal Blue
#367588 Base
#883675
#758836
Split-Complementary

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

Teal Blue
#367588 Base
#88364C
#887236
Tetradic (Square)

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

Teal Blue
#367588 Base
#723688
#884936
#4C8836
Monochromatic

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

Teal Blue
#367588 Base
#0B171A
#204651
#2A5C6B
#428EA5
#51A1BA
#87BFD0
Shades & Tints

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

Shades (darker)

#071012
#11242A
#1A3841
#234C59
#2D6170
Teal Blue #367588 Base
#4799B2
#6EB1C6
#98C8D6
#C3DFE7
#EDF5F8
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #367588;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #367588,
        #D06140
    );
}
SCSS Variable
// SCSS variable
$teal-blue: #367588;

// With RGB channels (useful for rgba() usage)
$teal-blue-r: 54;
$teal-blue-g: 117;
$teal-blue-b: 136;

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

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

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

Teal Blue #367588 Base
Ming #36747D ΔE 4.48
Metallic Seaweed #0A7E8C ΔE 6.00
CG Blue #007AA5 ΔE 7.37
Cerulean #007BA7 ΔE 7.69

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.