Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.62:1Contrast with white12.95:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#B4D4F2

White 30%
#C5DDF5

White 70%
#E6F1FB

White 90%
#F7FAFE

Black 10%
#9BBAD9

Black 30%
#7891A9

Black 70%
#343E48

Black 90%
#111518

Harmony palettes

Complementary

#53300E
#7C6248

Analogous

#B0CFE9
#ACD3ED

Triadic

#CFF1AC
#F1ACCF

Split complementary

#725539
#44270B

Using Toolumina H210 S72 L81

Toolumina H210 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-h210-s72-l81: #accff1;
}

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

$toolumina-h210-s72-l81: #accff1;

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