Toolumina Extended Palette

Copy-ready color values

HEX#E8B5C2
RGBrgb(232, 181, 194)
HSLhsl(345, 53%, 81%)
HSVhsv(345, 22%, 91%)
CMYK approx.cmyk(0, 22, 16, 9)

Color value table

FormatValueCopy
HEX#E8B5C2
RGBrgb(232, 181, 194)
HSLhsl(345, 53%, 81%)
HSVhsv(345, 22%, 91%)
CMYK approx.cmyk(0, 22, 16, 9)
CSS keywordtoolumina-h345-s52-l81

Contrast and classification

LightLightness1.78:1Contrast with white11.82:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#EABCC8

White 30%
#EFCBD4

White 70%
#F8E9ED

White 90%
#FDF8F9

Black 10%
#D1A3AF

Black 30%
#A27F88

Black 70%
#46363A

Black 90%
#171213

Harmony palettes

Complementary

#174A3D
#4F756C

Analogous

#E2B5C7
#E8B7C0

Triadic

#B5C2E8
#C2E8B5

Split complementary

#416B60
#133D32

Using Toolumina H345 S52 L81

Toolumina H345 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-h345-s52-l81: #e8b5c2;
}

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

$toolumina-h345-s52-l81: #e8b5c2;

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