Toolumina Extended Palette

Copy-ready color values

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

Color value table

FormatValueCopy
HEX#1E6BB8
RGBrgb(30, 107, 184)
HSLhsl(210, 72%, 42%)
HSVhsv(210, 84%, 72%)
CMYK approx.cmyk(84, 42, 0, 28)
CSS keywordtoolumina-h210-s72-l42

Contrast and classification

DarkLightness5.45:1Contrast with white3.85:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#357ABF

White 30%
#6297CD

White 70%
#BCD3EA

White 90%
#E9F0F8

Black 10%
#1B60A6

Black 30%
#154B81

Black 70%
#092037

Black 90%
#030B12

Harmony palettes

Complementary

#E19447
#E8AE73

Analogous

#276BA6
#1E74AF

Triadic

#6BB81E
#B81E6B

Split complementary

#E6A768
#B9793A

Using Toolumina H210 S72 L42

Toolumina H210 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-h210-s72-l42: #1e6bb8;
}

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

$toolumina-h210-s72-l42: #1e6bb8;

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