#6EE7B7 color
The swatch above shows #6EE7B7 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.
#6EE7B7 is a light, vivid green, closest to the CSS named color mediumaquamarine (#66CDAA).
It is also a Tailwind CSS default: emerald-300. That means you can write bg-emerald-300 or text-emerald-300 directly, with no arbitrary-value brackets and no entry in your theme config.
Color values
| HEX | #6EE7B7 |
| RGB | rgb(110, 231, 183) |
| HSL | hsl(156, 72%, 67%) |
| CMYK | cmyk(52%, 0%, 21%, 9%) |
| Decimal | 7268279 |
| CSS | color: #6EE7B7; |
| Android | 0xFF6EE7B7 |
| Swift | UIColor(red: 0.431, green: 0.906, blue: 0.718, alpha: 1) |
Accessibility and contrast
| White text on #6EE7B7 | 1.52:1 — AA fail · AA large fail · AAA fail |
| Black text on #6EE7B7 | 13.78:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
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 #6EE7B7
Each swatch keeps the hue and saturation of #6EE7B7 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #6EE7B7
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #6EE7B7 in code
/* CSS */
.element { color: #6EE7B7; background-color: #6EE7B7; }
.element { color: rgb(110 231 183); }
.element { color: hsl(156 72% 67%); }
/* Tailwind */
<div class="bg-emerald-300 text-black">
/* SCSS variable */
$brand: #6EE7B7;
Frequently asked questions
What color is #6EE7B7?
#6EE7B7 is a light, vivid green. Its hue sits at 156° on the color wheel, with 72% saturation and 67% lightness.
What is #6EE7B7 in RGB?
#6EE7B7 converts to rgb(110, 231, 183) — 110 red, 231 green and 183 blue.
What is #6EE7B7 in CMYK?
Approximately cmyk(52%, 0%, 21%, 9%). 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 #6EE7B7 be white or black?
Black gives the better contrast ratio (13.78:1 versus 1.52:1).
What is the complementary color of #6EE7B7?
#E76E9F — the hue directly opposite #6EE7B7 on the color wheel.