Toolumina Extended Palette

Copy-ready color values

HEX#B63ADF
RGBrgb(182, 58, 223)
HSLhsl(285, 72%, 55%)
HSVhsv(285, 74%, 87%)
CMYK approx.cmyk(18, 74, 0, 13)

Color value table

FormatValueCopy
HEX#B63ADF
RGBrgb(182, 58, 223)
HSLhsl(285, 72%, 55%)
HSVhsv(285, 74%, 87%)
CMYK approx.cmyk(18, 74, 0, 13)
CSS keywordtoolumina-h285-s72-l55

Contrast and classification

LightLightness4.51:1Contrast with white4.66:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#BD4EE2

White 30%
#CC75E9

White 70%
#E9C4F5

White 90%
#F8EBFC

Black 10%
#A434C9

Black 30%
#7F299C

Black 70%
#371143

Black 90%
#120616

Harmony palettes

Complementary

#49C520
#75D356

Analogous

#A73ADA
#B64ECB

Triadic

#3ADFB6
#DFB63A

Split complementary

#6ACF48
#3CA21A

Using Toolumina H285 S72 L55

Toolumina H285 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-h285-s72-l55: #b63adf;
}

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

$toolumina-h285-s72-l55: #b63adf;

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