Toolumina Extended Palette

Copy-ready color values

HEX#3A63DF
RGBrgb(58, 99, 223)
HSLhsl(225, 72%, 55%)
HSVhsv(225, 74%, 87%)
CMYK approx.cmyk(74, 56, 0, 13)

Color value table

FormatValueCopy
HEX#3A63DF
RGBrgb(58, 99, 223)
HSLhsl(225, 72%, 55%)
HSVhsv(225, 74%, 87%)
CMYK approx.cmyk(74, 56, 0, 13)
CSS keywordtoolumina-h225-s72-l55

Contrast and classification

LightLightness5.21:1Contrast with white4.03:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#4E73E2

White 30%
#7592E9

White 70%
#C4D0F5

White 90%
#EBEFFC

Black 10%
#3459C9

Black 30%
#29459C

Black 70%
#111E43

Black 90%
#060A16

Harmony palettes

Complementary

#C59C20
#D3B456

Analogous

#3F63CB
#3A72D0

Triadic

#63DF3A
#DF3A63

Split complementary

#CFAE48
#A2801A

Using Toolumina H225 S72 L55

Toolumina H225 S72 L55 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-s72-l55: #3a63df;
}

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

$toolumina-h225-s72-l55: #3a63df;

// Tailwind arbitrary value
class="bg-[#3a63df] text-white"