Toolumina Extended Palette

Copy-ready color values

HEX#334FA3
RGBrgb(51, 79, 163)
HSLhsl(225, 52%, 42%)
HSVhsv(225, 69%, 64%)
CMYK approx.cmyk(69, 52, 0, 36)

Color value table

FormatValueCopy
HEX#334FA3
RGBrgb(51, 79, 163)
HSLhsl(225, 52%, 42%)
HSVhsv(225, 69%, 64%)
CMYK approx.cmyk(69, 52, 0, 36)
CSS keywordtoolumina-h225-s52-l42

Contrast and classification

DarkLightness7.53:1Contrast with white2.79:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#4761AC

White 30%
#7084BF

White 70%
#C2CAE3

White 90%
#EBEDF6

Black 10%
#2E4793

Black 30%
#243772

Black 70%
#0F1831

Black 90%
#050810

Harmony palettes

Complementary

#CCB05C
#D8C383

Analogous

#364F96
#335999

Triadic

#4FA333
#A3334F

Split complementary

#D5BE79
#A7904B

Using Toolumina H225 S52 L42

Toolumina H225 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-h225-s52-l42: #334fa3;
}

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

$toolumina-h225-s52-l42: #334fa3;

// Tailwind arbitrary value
class="bg-[#334fa3] text-white"