Toolumina Extended Palette

Copy-ready color values

HEX#F1ACCF
RGBrgb(241, 172, 207)
HSLhsl(330, 71%, 81%)
HSVhsv(330, 29%, 95%)
CMYK approx.cmyk(0, 29, 14, 5)

Color value table

FormatValueCopy
HEX#F1ACCF
RGBrgb(241, 172, 207)
HSLhsl(330, 71%, 81%)
HSVhsv(330, 29%, 95%)
CMYK approx.cmyk(0, 29, 14, 5)
CSS keywordtoolumina-h330-s72-l81

Contrast and classification

LightLightness1.82:1Contrast with white11.54:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#F2B4D4

White 30%
#F5C5DD

White 70%
#FBE6F1

White 90%
#FEF7FA

Black 10%
#D99BBA

Black 30%
#A97891

Black 70%
#48343E

Black 90%
#181115

Harmony palettes

Complementary

#0E5330
#487C62

Analogous

#E9ACD3
#F1B0CB

Triadic

#ACCFF1
#CFF1AC

Split complementary

#397255
#0B4427

Using Toolumina H330 S72 L81

Toolumina H330 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-h330-s72-l81: #f1accf;
}

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

$toolumina-h330-s72-l81: #f1accf;

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