Eggplant color: code #614051

Eggplant

#614051

Color codes

  • HEX#614051
  • RGBrgb(97, 64, 81)
  • HSLhsl(329, 20%, 32%)
  • HSVhsv(329, 34%, 38%)
  • CMYKcmyk(0%, 34%, 16%, 62%)
  • LABlab(31.4% 17.3 -4.4)
  • OKLCHoklch(41.5% 0.052 347.4)

About the color Eggplant

Eggplant has the HEX code #614051, which corresponds to rgb(97, 64, 81) in the RGB model. On the color wheel its hue sits at 329°, with 20% saturation and 32% lightness (hsl(329, 20%, 32%)).

Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.

As a background it calls for light text: white reaches a 8.89:1 contrast ratio on it, versus 2.36:1 for black.

For print, the approximate conversion is cmyk(0%, 34%, 16%, 62%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Eggplant

Complementary

#614051 · #416251

Analogous

#614162 · #614051 · #624142

Triadic

#614051 · #526241 · #415262

Tetradic

#614051 · #626141 · #416251 · #414262

Split-complementary

#614051 · #426241 · #416261

Monochromatic

#150E12 · #432D38 · #614051 · #906079 · #B18B9F

Eggplant with white and black text

White text Aa Bb Cc 123
8.89:1 · AAA
Black text Aa Bb Cc 123
2.36:1 · fails WCAG

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-eggplant: #614051;
  --color-eggplant-rgb: 97, 64, 81;
}

.elemento {
  background-color: var(--color-eggplant);
  color: #FFFFFF;
}