Toolumina Extended Palette

Copy-ready color values

HEX#3333A3
RGBrgb(51, 51, 163)
HSLhsl(240, 52%, 42%)
HSVhsv(240, 69%, 64%)
CMYK approx.cmyk(69, 69, 0, 36)

Color value table

FormatValueCopy
HEX#3333A3
RGBrgb(51, 51, 163)
HSLhsl(240, 52%, 42%)
HSVhsv(240, 69%, 64%)
CMYK approx.cmyk(69, 69, 0, 36)
CSS keywordtoolumina-h240-s52-l42

Contrast and classification

DarkLightness9.80:1Contrast with white2.14:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#4747AC

White 30%
#7070BF

White 70%
#C2C2E3

White 90%
#EBEBF6

Black 10%
#2E2E93

Black 30%
#242472

Black 70%
#0F0F31

Black 90%
#050510

Harmony palettes

Complementary

#CCCC5C
#D8D883

Analogous

#333396
#334096

Triadic

#33A333
#A33333

Split complementary

#D5D579
#A7A74B

Using Toolumina H240 S52 L42

Toolumina H240 S52 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-s52-l42: #3333a3;
}

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

$toolumina-h240-s52-l42: #3333a3;

// Tailwind arbitrary value
class="bg-[#3333a3] text-white"