Toolumina Extended Palette

Copy-ready color values

HEX#B5DBE8
RGBrgb(181, 219, 232)
HSLhsl(195, 53%, 81%)
HSVhsv(195, 22%, 91%)
CMYK approx.cmyk(22, 6, 0, 9)

Color value table

FormatValueCopy
HEX#B5DBE8
RGBrgb(181, 219, 232)
HSLhsl(195, 53%, 81%)
HSVhsv(195, 22%, 91%)
CMYK approx.cmyk(22, 6, 0, 9)
CSS keywordtoolumina-h195-s52-l81

Contrast and classification

LightLightness1.47:1Contrast with white14.26:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#BCDFEA

White 30%
#CBE6EF

White 70%
#E9F4F8

White 90%
#F8FBFD

Black 10%
#A3C5D1

Black 30%
#7F99A2

Black 70%
#364246

Black 90%
#121617

Harmony palettes

Complementary

#4A2417
#75594F

Analogous

#BADBE2
#B5DDE6

Triadic

#DBE8B5
#E8B5DB

Split complementary

#6B4B41
#3D1E13

Using Toolumina H195 S52 L81

Toolumina H195 S52 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-s52-l81: #b5dbe8;
}

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

$toolumina-h195-s52-l81: #b5dbe8;

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