Toolumina Extended Palette

Copy-ready color values

HEX#8383D8
RGBrgb(131, 131, 216)
HSLhsl(240, 52%, 68%)
HSVhsv(240, 39%, 85%)
CMYK approx.cmyk(39, 39, 0, 15)

Color value table

FormatValueCopy
HEX#8383D8
RGBrgb(131, 131, 216)
HSLhsl(240, 52%, 68%)
HSVhsv(240, 39%, 85%)
CMYK approx.cmyk(39, 39, 0, 15)
CSS keywordtoolumina-h240-s52-l68

Contrast and classification

LightLightness3.39:1Contrast with white6.20:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#8F8FDC

White 30%
#A8A8E4

White 70%
#DADAF3

White 90%
#F3F3FB

Black 10%
#7676C2

Black 30%
#5C5C97

Black 70%
#272741

Black 90%
#0D0D16

Harmony palettes

Complementary

#7C7C27
#9B9B5B

Analogous

#8383CE
#838DCE

Triadic

#83D883
#D88383

Split complementary

#94944E
#666620

Using Toolumina H240 S52 L68

Toolumina H240 S52 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-s52-l68: #8383d8;
}

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

$toolumina-h240-s52-l68: #8383d8;

// Tailwind arbitrary value
class="bg-[#8383d8] text-white"