Toolumina Extended Palette

Copy-ready color values

HEX#1E1EB8
RGBrgb(30, 30, 184)
HSLhsl(240, 72%, 42%)
HSVhsv(240, 84%, 72%)
CMYK approx.cmyk(84, 84, 0, 28)

Color value table

FormatValueCopy
HEX#1E1EB8
RGBrgb(30, 30, 184)
HSLhsl(240, 72%, 42%)
HSVhsv(240, 84%, 72%)
CMYK approx.cmyk(84, 84, 0, 28)
CSS keywordtoolumina-h240-s72-l42

Contrast and classification

DarkLightness10.86:1Contrast with white1.93:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#3535BF

White 30%
#6262CD

White 70%
#BCBCEA

White 90%
#E9E9F8

Black 10%
#1B1BA6

Black 30%
#151581

Black 70%
#090937

Black 90%
#030312

Harmony palettes

Complementary

#E1E147
#E8E873

Analogous

#1E1EA6
#1E30A6

Triadic

#1EB81E
#B81E1E

Split complementary

#E6E668
#B9B93A

Using Toolumina H240 S72 L42

Toolumina H240 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-h240-s72-l42: #1e1eb8;
}

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

$toolumina-h240-s72-l42: #1e1eb8;

// Tailwind arbitrary value
class="bg-[#1e1eb8] text-white"