Toolumina Extended Palette

Copy-ready color values

HEX#83ADD8
RGBrgb(131, 173, 216)
HSLhsl(210, 52%, 68%)
HSVhsv(210, 39%, 85%)
CMYK approx.cmyk(39, 20, 0, 15)

Color value table

FormatValueCopy
HEX#83ADD8
RGBrgb(131, 173, 216)
HSLhsl(210, 52%, 68%)
HSVhsv(210, 39%, 85%)
CMYK approx.cmyk(39, 20, 0, 15)
CSS keywordtoolumina-h210-s52-l68

Contrast and classification

LightLightness2.35:1Contrast with white8.93:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#8FB5DC

White 30%
#A8C6E4

White 70%
#DAE6F3

White 90%
#F3F7FB

Black 10%
#769CC2

Black 30%
#5C7997

Black 70%
#273441

Black 90%
#0D1116

Harmony palettes

Complementary

#7C5227
#9B7C5B

Analogous

#88ADCE
#83B2D3

Triadic

#ADD883
#D883AD

Split complementary

#94714E
#664320

Using Toolumina H210 S52 L68

Toolumina H210 S52 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-s52-l68: #83add8;
}

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

$toolumina-h210-s52-l68: #83add8;

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