Toolumina Extended Palette

Copy-ready color values

HEX#6B1EB8
RGBrgb(107, 30, 184)
HSLhsl(270, 72%, 42%)
HSVhsv(270, 84%, 72%)
CMYK approx.cmyk(42, 84, 0, 28)

Color value table

FormatValueCopy
HEX#6B1EB8
RGBrgb(107, 30, 184)
HSLhsl(270, 72%, 42%)
HSVhsv(270, 84%, 72%)
CMYK approx.cmyk(42, 84, 0, 28)
CSS keywordtoolumina-h270-s72-l42

Contrast and classification

DarkLightness8.39:1Contrast with white2.50:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#7A35BF

White 30%
#9762CD

White 70%
#D3BCEA

White 90%
#F0E9F8

Black 10%
#601BA6

Black 30%
#4B1581

Black 70%
#200937

Black 90%
#0B0312

Harmony palettes

Complementary

#94E147
#AEE873

Analogous

#621EAF
#6B30A6

Triadic

#1EB86B
#B86B1E

Split complementary

#A7E668
#79B93A

Using Toolumina H270 S72 L42

Toolumina H270 S72 L42 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.

CSS, SCSS, and Tailwind examples

:root {
  --color-toolumina-h270-s72-l42: #6b1eb8;
}

.button-primary {
  background: var(--color-toolumina-h270-s72-l42);
  color: #ffffff;
}

$toolumina-h270-s72-l42: #6b1eb8;

// Tailwind arbitrary value
class="bg-[#6b1eb8] text-white"