Toolumina Extended Palette

Copy-ready color values

HEX#B81E92
RGBrgb(184, 30, 146)
HSLhsl(315, 72%, 42%)
HSVhsv(315, 84%, 72%)
CMYK approx.cmyk(0, 84, 21, 28)

Color value table

FormatValueCopy
HEX#B81E92
RGBrgb(184, 30, 146)
HSLhsl(315, 72%, 42%)
HSVhsv(315, 84%, 72%)
CMYK approx.cmyk(0, 84, 21, 28)
CSS keywordtoolumina-h315-s72-l42

Contrast and classification

DarkLightness5.77:1Contrast with white3.64:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#BF359D

White 30%
#CD62B3

White 70%
#EABCDE

White 90%
#F8E9F4

Black 10%
#A61B83

Black 30%
#811566

Black 70%
#37092C

Black 90%
#12030F

Harmony palettes

Complementary

#47E16D
#73E890

Analogous

#A61E97
#B82C84

Triadic

#1E92B8
#92B81E

Split complementary

#68E687
#3AB959

Using Toolumina H315 S72 L42

Toolumina H315 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-h315-s72-l42: #b81e92;
}

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

$toolumina-h315-s72-l42: #b81e92;

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