Toolumina Extended Palette

Copy-ready color values

HEX#DBB5E8
RGBrgb(219, 181, 232)
HSLhsl(285, 53%, 81%)
HSVhsv(285, 22%, 91%)
CMYK approx.cmyk(6, 22, 0, 9)

Color value table

FormatValueCopy
HEX#DBB5E8
RGBrgb(219, 181, 232)
HSLhsl(285, 53%, 81%)
HSVhsv(285, 22%, 91%)
CMYK approx.cmyk(6, 22, 0, 9)
CSS keywordtoolumina-h285-s52-l81

Contrast and classification

LightLightness1.78:1Contrast with white11.79:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#DFBCEA

White 30%
#E6CBEF

White 70%
#F4E9F8

White 90%
#FBF8FD

Black 10%
#C5A3D1

Black 30%
#997FA2

Black 70%
#423646

Black 90%
#161217

Harmony palettes

Complementary

#244A17
#59754F

Analogous

#D6B5E6
#DBBBE2

Triadic

#B5E8DB
#E8DBB5

Split complementary

#4B6B41
#1E3D13

Using Toolumina H285 S52 L81

Toolumina H285 S52 L81 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-s52-l81: #dbb5e8;
}

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

$toolumina-h285-s52-l81: #dbb5e8;

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