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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#367588
Base
#884936
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#367588
Base
#368872
#364C88
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#367588
Base
#883675
#758836
Two colors flanking the complement — high contrast with less tension than full complementary.
#367588
Base
#88364C
#887236
Four colors at 90° intervals — rich variety, best when one color dominates.
#367588
Base
#723688
#884936
#4C8836
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#367588
Base
#0B171A
#204651
#2A5C6B
#428EA5
#51A1BA
#87BFD0
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
#367588
Base
#4799B2
#6EB1C6
#98C8D6
#C3DFE7
#EDF5F8
Ready-to-use code snippets for #367588. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #367588;
}
/* Text */
.element {
color: #367588;
}
/* Border */
.element {
border: 1px solid #367588;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#367588,
#D06140
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#367588,
#D06140
);
}
// 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);
}
How Teal Blue appears to people with different types of color vision deficiency.
#367588
How the color appears with full color vision.
#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.
#707088
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#2E7878
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6D6D6D
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.