Toolman

#E879F9 color

#E879F9#E879F9

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

#E879F9 is a light, vivid magenta, closest to the CSS named color violet (#EE82EE).

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

Color values

HEX#E879F9
RGBrgb(232, 121, 249)
HSLhsl(292, 91%, 73%)
CMYKcmyk(7%, 51%, 0%, 2%)
Decimal15235577
CSScolor: #E879F9;
Android0xFFE879F9
SwiftUIColor(red: 0.910, green: 0.475, blue: 0.976, alpha: 1)

Accessibility and contrast

White text on #E879F92.46:1 — AA fail · AA large fail · AAA fail
Black text on #E879F98.53:1 — AA pass · AA large pass · AAA pass
Recommended text colorblack

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 #E879F9

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

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 #E879F9 in code

/* CSS */
.element { color: #E879F9; background-color: #E879F9; }
.element { color: rgb(232 121 249); }
.element { color: hsl(292 91% 73%); }

/* Tailwind */
<div class="bg-fuchsia-400 text-black">

/* SCSS variable */
$brand: #E879F9;

Frequently asked questions

What color is #E879F9?

#E879F9 is a light, vivid magenta. Its hue sits at 292° on the color wheel, with 91% saturation and 73% lightness.

What is #E879F9 in RGB?

#E879F9 converts to rgb(232, 121, 249) — 232 red, 121 green and 249 blue.

What is #E879F9 in CMYK?

Approximately cmyk(7%, 51%, 0%, 2%). 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 #E879F9 be white or black?

Black gives the better contrast ratio (8.53:1 versus 2.46:1).

What is the complementary color of #E879F9?

#8CF97B — the hue directly opposite #E879F9 on the color wheel.

Convert any color → · Browse all colors