Toolumina Extended Palette

Copy-ready color values

HEX#3387A3
RGBrgb(51, 135, 163)
HSLhsl(195, 52%, 42%)
HSVhsv(195, 69%, 64%)
CMYK approx.cmyk(69, 17, 0, 36)

Color value table

FormatValueCopy
HEX#3387A3
RGBrgb(51, 135, 163)
HSLhsl(195, 52%, 42%)
HSVhsv(195, 69%, 64%)
CMYK approx.cmyk(69, 17, 0, 36)
CSS keywordtoolumina-h195-s52-l42

Contrast and classification

DarkLightness4.09:1Contrast with white5.14:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#4793AC

White 30%
#70ABBF

White 70%
#C2DBE3

White 90%
#EBF3F6

Black 10%
#2E7A93

Black 30%
#245F72

Black 70%
#0F2931

Black 90%
#050E10

Harmony palettes

Complementary

#CC785C
#D89883

Analogous

#3D8796
#338AA0

Triadic

#87A333
#A33387

Split complementary

#D59079
#A7624B

Using Toolumina H195 S52 L42

Toolumina H195 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-h195-s52-l42: #3387a3;
}

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

$toolumina-h195-s52-l42: #3387a3;

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