Toolumina Extended Palette

Copy-ready color values

HEX#7390E8
RGBrgb(115, 144, 232)
HSLhsl(225, 72%, 68%)
HSVhsv(225, 50%, 91%)
CMYK approx.cmyk(50, 38, 0, 9)

Color value table

FormatValueCopy
HEX#7390E8
RGBrgb(115, 144, 232)
HSLhsl(225, 72%, 68%)
HSVhsv(225, 50%, 91%)
CMYK approx.cmyk(50, 38, 0, 9)
CSS keywordtoolumina-h225-s72-l68

Contrast and classification

LightLightness3.05:1Contrast with white6.88:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#819BEA

White 30%
#9DB1EF

White 70%
#D5DEF8

White 90%
#F1F4FD

Black 10%
#6882D1

Black 30%
#5165A2

Black 70%
#232B46

Black 90%
#0C0E17

Harmony palettes

Complementary

#8C6F17
#A8924F

Analogous

#7690DA
#739BDD

Triadic

#90E873
#E87390

Split complementary

#A18941
#735B13

Using Toolumina H225 S72 L68

Toolumina H225 S72 L68 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-l68: #7390e8;
}

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

$toolumina-h225-s72-l68: #7390e8;

// Tailwind arbitrary value
class="bg-[#7390e8] text-white"