Dark lavender color: code #734F96

Dark lavender

#734F96

Color codes

  • HEX#734F96
  • RGBrgb(115, 79, 150)
  • HSLhsl(270, 31%, 45%)
  • HSVhsv(270, 47%, 59%)
  • CMYKcmyk(23%, 47%, 0%, 41%)
  • LABlab(40.3% 29.7 -33.4)
  • OKLCHoklch(49.8% 0.115 306)

About the color Dark lavender

Dark lavender has the HEX code #734F96, which corresponds to rgb(115, 79, 150) in the RGB model. On the color wheel its hue sits at 270°, with 31% saturation and 45% lightness (hsl(270, 31%, 45%)).

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 6.38:1 contrast ratio on it, versus 3.28:1 for black.

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

Lighter tints

Darker shades

Color combinations with Dark lavender

Complementary

#734F96 · #73964F

Analogous

#4F4F96 · #734F96 · #964F96

Triadic

#734F96 · #96734F · #4F9673

Tetradic

#734F96 · #964F4F · #73964F · #4F9696

Split-complementary

#734F96 · #96964F · #4F964F

Monochromatic

#332343 · #593E75 · #734F96 · #9979B9 · #BFABD3

Dark lavender with white and black text

White text Aa Bb Cc 123
6.38:1 · AA
Black text Aa Bb Cc 123
3.28:1 · large text only

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-dark-lavender: #734F96;
  --color-dark-lavender-rgb: 115, 79, 150;
}

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