Toolumina Extended Palette

Copy-ready color values

HEX#1E92B8
RGBrgb(30, 146, 184)
HSLhsl(195, 72%, 42%)
HSVhsv(195, 84%, 72%)
CMYK approx.cmyk(84, 21, 0, 28)

Color value table

FormatValueCopy
HEX#1E92B8
RGBrgb(30, 146, 184)
HSLhsl(195, 72%, 42%)
HSVhsv(195, 84%, 72%)
CMYK approx.cmyk(84, 21, 0, 28)
CSS keywordtoolumina-h195-s72-l42

Contrast and classification

DarkLightness3.58:1Contrast with white5.86:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#359DBF

White 30%
#62B3CD

White 70%
#BCDEEA

White 90%
#E9F4F8

Black 10%
#1B83A6

Black 30%
#156681

Black 70%
#092C37

Black 90%
#030F12

Harmony palettes

Complementary

#E16D47
#E89073

Analogous

#2C92A6
#1E97B3

Triadic

#92B81E
#B81E92

Split complementary

#E68768
#B9593A

Using Toolumina H195 S72 L42

Toolumina H195 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-h195-s72-l42: #1e92b8;
}

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

$toolumina-h195-s72-l42: #1e92b8;

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