Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.43:1Contrast with white14.69:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#B4E3F2

White 30%
#C5E9F5

White 70%
#E6F6FB

White 90%
#F7FCFE

Black 10%
#9BCAD9

Black 30%
#789DA9

Black 70%
#344348

Black 90%
#111618

Harmony palettes

Complementary

#531F0E
#7C5548

Analogous

#B2E0E9
#ACE2EF

Triadic

#E0F1AC
#F1ACE0

Split complementary

#724739
#44190B

Using Toolumina H195 S72 L81

Toolumina H195 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-h195-s72-l81: #ace0f1;
}

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

$toolumina-h195-s72-l81: #ace0f1;

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