Toolumina Extended Palette

Copy-ready color values

HEX#ACF1F1
RGBrgb(172, 241, 241)
HSLhsl(180, 71%, 81%)
HSVhsv(180, 29%, 95%)
CMYK approx.cmyk(29, 0, 0, 5)

Color value table

FormatValueCopy
HEX#ACF1F1
RGBrgb(172, 241, 241)
HSLhsl(180, 71%, 81%)
HSVhsv(180, 29%, 95%)
CMYK approx.cmyk(29, 0, 0, 5)
CSS keywordtoolumina-h180-s72-l81

Contrast and classification

LightLightness1.26:1Contrast with white16.61:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#B4F2F2

White 30%
#C5F5F5

White 70%
#E6FBFB

White 90%
#F7FEFE

Black 10%
#9BD9D9

Black 30%
#78A9A9

Black 70%
#344848

Black 90%
#111818

Harmony palettes

Complementary

#530E0E
#7C4848

Analogous

#B4F1E9
#ACF1F1

Triadic

#F1F1AC
#F1ACF1

Split complementary

#723939
#440B0B

Using Toolumina H180 S72 L81

Toolumina H180 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-h180-s72-l81: #acf1f1;
}

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

$toolumina-h180-s72-l81: #acf1f1;

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