Toolumina Extended Palette

Copy-ready color values

HEX#73CBE8
RGBrgb(115, 203, 232)
HSLhsl(195, 72%, 68%)
HSVhsv(195, 50%, 91%)
CMYK approx.cmyk(50, 13, 0, 9)

Color value table

FormatValueCopy
HEX#73CBE8
RGBrgb(115, 203, 232)
HSLhsl(195, 72%, 68%)
HSVhsv(195, 50%, 91%)
CMYK approx.cmyk(50, 13, 0, 9)
CSS keywordtoolumina-h195-s72-l68

Contrast and classification

LightLightness1.84:1Contrast with white11.44:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#81D0EA

White 30%
#9DDBEF

White 70%
#D5EFF8

White 90%
#F1FAFD

Black 10%
#68B7D1

Black 30%
#518EA2

Black 70%
#233D46

Black 90%
#0C1417

Harmony palettes

Complementary

#8C3417
#A8654F

Analogous

#7ECBDA
#73CEE5

Triadic

#CBE873
#E873CB

Split complementary

#A15941
#732B13

Using Toolumina H195 S72 L68

Toolumina H195 S72 L68 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-l68: #73cbe8;
}

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

$toolumina-h195-s72-l68: #73cbe8;

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