Toolumina Extended Palette

Copy-ready color values

HEX#73ADE8
RGBrgb(115, 173, 232)
HSLhsl(210, 72%, 68%)
HSVhsv(210, 50%, 91%)
CMYK approx.cmyk(50, 25, 0, 9)

Color value table

FormatValueCopy
HEX#73ADE8
RGBrgb(115, 173, 232)
HSLhsl(210, 72%, 68%)
HSVhsv(210, 50%, 91%)
CMYK approx.cmyk(50, 25, 0, 9)
CSS keywordtoolumina-h210-s72-l68

Contrast and classification

LightLightness2.37:1Contrast with white8.87:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#81B5EA

White 30%
#9DC6EF

White 70%
#D5E6F8

White 90%
#F1F7FD

Black 10%
#689CD1

Black 30%
#5179A2

Black 70%
#233446

Black 90%
#0C1117

Harmony palettes

Complementary

#8C5217
#A87C4F

Analogous

#7AADDA
#73B4E1

Triadic

#ADE873
#E873AD

Split complementary

#A17141
#734313

Using Toolumina H210 S72 L68

Toolumina H210 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-h210-s72-l68: #73ade8;
}

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

$toolumina-h210-s72-l68: #73ade8;

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