Toolumina Extended Palette

Copy-ready color values

HEX#F1ACE0
RGBrgb(241, 172, 224)
HSLhsl(315, 71%, 81%)
HSVhsv(315, 29%, 95%)
CMYK approx.cmyk(0, 29, 7, 5)

Color value table

FormatValueCopy
HEX#F1ACE0
RGBrgb(241, 172, 224)
HSLhsl(315, 71%, 81%)
HSVhsv(315, 29%, 95%)
CMYK approx.cmyk(0, 29, 7, 5)
CSS keywordtoolumina-h315-s72-l81

Contrast and classification

LightLightness1.79:1Contrast with white11.72:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#F2B4E3

White 30%
#F5C5E9

White 70%
#FBE6F6

White 90%
#FEF7FC

Black 10%
#D99BCA

Black 30%
#A9789D

Black 70%
#483443

Black 90%
#181116

Harmony palettes

Complementary

#0E531F
#487C55

Analogous

#E9ACE2
#F1B2DA

Triadic

#ACE0F1
#E0F1AC

Split complementary

#397247
#0B4419

Using Toolumina H315 S72 L81

Toolumina H315 S72 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-h315-s72-l81: #f1ace0;
}

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

$toolumina-h315-s72-l81: #f1ace0;

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