Toolumina Extended Palette

Copy-ready color values

HEX#83C3D8
RGBrgb(131, 195, 216)
HSLhsl(195, 52%, 68%)
HSVhsv(195, 39%, 85%)
CMYK approx.cmyk(39, 10, 0, 15)

Color value table

FormatValueCopy
HEX#83C3D8
RGBrgb(131, 195, 216)
HSLhsl(195, 52%, 68%)
HSVhsv(195, 39%, 85%)
CMYK approx.cmyk(39, 10, 0, 15)
CSS keywordtoolumina-h195-s52-l68

Contrast and classification

LightLightness1.95:1Contrast with white10.76:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#8FC9DC

White 30%
#A8D5E4

White 70%
#DAEDF3

White 90%
#F3F9FB

Black 10%
#76B0C2

Black 30%
#5C8997

Black 70%
#273B41

Black 90%
#0D1416

Harmony palettes

Complementary

#7C3C27
#9B6B5B

Analogous

#8BC3CE
#83C6D5

Triadic

#C3D883
#D883C3

Split complementary

#945F4E
#663120

Using Toolumina H195 S52 L68

Toolumina H195 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-h195-s52-l68: #83c3d8;
}

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

$toolumina-h195-s52-l68: #83c3d8;

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