Toolman

#065F46 color

#065F46#065F46

The swatch above shows #065F46 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.

#065F46 is a dark, vivid cyan, closest to the CSS named color darkgreen (#006400).

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

Color values

HEX#065F46
RGBrgb(6, 95, 70)
HSLhsl(163, 88%, 20%)
CMYKcmyk(94%, 0%, 26%, 63%)
Decimal417606
CSScolor: #065F46;
Android0xFF065F46
SwiftUIColor(red: 0.024, green: 0.373, blue: 0.275, alpha: 1)

Accessibility and contrast

White text on #065F467.68:1 — AA pass · AA large pass · AAA pass
Black text on #065F462.73: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 #065F46

Each swatch keeps the hue and saturation of #065F46 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 #065F46

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 #065F46 in code

/* CSS */
.element { color: #065F46; background-color: #065F46; }
.element { color: rgb(6 95 70); }
.element { color: hsl(163 88% 20%); }

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

/* SCSS variable */
$brand: #065F46;

Frequently asked questions

What color is #065F46?

#065F46 is a dark, vivid cyan. Its hue sits at 163° on the color wheel, with 88% saturation and 20% lightness.

What is #065F46 in RGB?

#065F46 converts to rgb(6, 95, 70) — 6 red, 95 green and 70 blue.

What is #065F46 in CMYK?

Approximately cmyk(94%, 0%, 26%, 63%). 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 #065F46 be white or black?

White gives the better contrast ratio (7.68:1 versus 2.73:1).

What is the complementary color of #065F46?

#600620 — the hue directly opposite #065F46 on the color wheel.

Convert any color → · Browse all colors