Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.28:1Contrast with white16.41:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#B4F2E3

White 30%
#C5F5E9

White 70%
#E6FBF6

White 90%
#F7FEFC

Black 10%
#9BD9CA

Black 30%
#78A99D

Black 70%
#344843

Black 90%
#111816

Harmony palettes

Complementary

#530E1F
#7C4855

Analogous

#B4F1DA
#ACEFE2

Triadic

#F1E0AC
#E0ACF1

Split complementary

#723947
#440B19

Using Toolumina H165 S72 L81

Toolumina H165 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-h165-s72-l81: #acf1e0;
}

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

$toolumina-h165-s72-l81: #acf1e0;

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