Toolumina Extended Palette

Copy-ready color values

HEX#ACF1BD
RGBrgb(172, 241, 189)
HSLhsl(135, 71%, 81%)
HSVhsv(135, 29%, 95%)
CMYK approx.cmyk(29, 0, 22, 5)

Color value table

FormatValueCopy
HEX#ACF1BD
RGBrgb(172, 241, 189)
HSLhsl(135, 71%, 81%)
HSVhsv(135, 29%, 95%)
CMYK approx.cmyk(29, 0, 22, 5)
CSS keywordtoolumina-h135-s72-l81

Contrast and classification

LightLightness1.31:1Contrast with white16.07:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#B4F2C4

White 30%
#C5F5D1

White 70%
#E6FBEB

White 90%
#F7FEF8

Black 10%
#9BD9AA

Black 30%
#78A984

Black 70%
#344839

Black 90%
#111813

Harmony palettes

Complementary

#530E42
#7C486F

Analogous

#B4F1BB
#ACEBC3

Triadic

#F1BDAC
#BDACF1

Split complementary

#723964
#440B36

Using Toolumina H135 S72 L81

Toolumina H135 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-h135-s72-l81: #acf1bd;
}

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

$toolumina-h135-s72-l81: #acf1bd;

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