Toolman

#064E3B color

#064E3B#064E3B

The swatch above shows #064E3B with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#064E3B is a very dark, vivid cyan, closest to the CSS named color darkslategray (#2F4F4F).

It is also a Tailwind CSS default: emerald-900. That means you can write bg-emerald-900 or text-emerald-900 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#064E3B
RGBrgb(6, 78, 59)
HSLhsl(164, 86%, 16%)
CMYKcmyk(92%, 0%, 24%, 69%)
Decimal413243
CSScolor: #064E3B;
Android0xFF064E3B
SwiftUIColor(red: 0.024, green: 0.306, blue: 0.231, alpha: 1)

Accessibility and contrast

White text on #064E3B9.72:1 — AA pass · AA large pass · AAA pass
Black text on #064E3B2.16:1 — AA fail · AA large fail · AAA fail
Recommended text colorwhite

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #064E3B

Each swatch keeps the hue and saturation of #064E3B and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #064E3B

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #064E3B in code

/* CSS */
.element { color: #064E3B; background-color: #064E3B; }
.element { color: rgb(6 78 59); }
.element { color: hsl(164 86% 16%); }

/* Tailwind */
<div class="bg-emerald-900 text-white">

/* SCSS variable */
$brand: #064E3B;

Frequently asked questions

What color is #064E3B?

#064E3B is a very dark, vivid cyan. Its hue sits at 164° on the color wheel, with 86% saturation and 16% lightness.

What is #064E3B in RGB?

#064E3B converts to rgb(6, 78, 59) — 6 red, 78 green and 59 blue.

What is #064E3B in CMYK?

Approximately cmyk(92%, 0%, 24%, 69%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #064E3B be white or black?

White gives the better contrast ratio (9.72:1 versus 2.16:1).

What is the complementary color of #064E3B?

#4C0618 — the hue directly opposite #064E3B on the color wheel.

Convert any color → · Browse all colors