Toolumina Extended Palette

Copy-ready color values

HEX#7373E8
RGBrgb(115, 115, 232)
HSLhsl(240, 72%, 68%)
HSVhsv(240, 50%, 91%)
CMYK approx.cmyk(50, 50, 0, 9)

Color value table

FormatValueCopy
HEX#7373E8
RGBrgb(115, 115, 232)
HSLhsl(240, 72%, 68%)
HSVhsv(240, 50%, 91%)
CMYK approx.cmyk(50, 50, 0, 9)
CSS keywordtoolumina-h240-s72-l68

Contrast and classification

LightLightness3.93:1Contrast with white5.35:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#8181EA

White 30%
#9D9DEF

White 70%
#D5D5F8

White 90%
#F1F1FD

Black 10%
#6868D1

Black 30%
#5151A2

Black 70%
#232346

Black 90%
#0C0C17

Harmony palettes

Complementary

#8C8C17
#A8A84F

Analogous

#7373DA
#7381DA

Triadic

#73E873
#E87373

Split complementary

#A1A141
#737313

Using Toolumina H240 S72 L68

Toolumina H240 S72 L68 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-h240-s72-l68: #7373e8;
}

.button-primary {
  background: var(--color-toolumina-h240-s72-l68);
  color: #000000;
}

$toolumina-h240-s72-l68: #7373e8;

// Tailwind arbitrary value
class="bg-[#7373e8] text-white"