Light Wisteria is a
cool light color with the hex code #BE91D4.
This moderately saturated hue can be represented as RGB
190, 145, 212 in digital design or CMYK 10%, 32%, 0%, 17% for print applications.
Find matching Pantone color.
Light Wisteria
#BE91D4
Light Wisteria color values
- HEX
- #BE91D4
- RGB
- 190, 145, 212
- HSL
- 280°, 44%, 70%
- CMYK
- 10, 32, 0, 17
Shades & tints
About this color
Light Wisteria sits at 280° on the color wheel with 44% saturation and 70% lightness, placing it in the blue-violet segment of the spectrum. The moderate 44% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Light Wisteria is rendered as rgb(190, 145, 212), where the blue channel is highest at 212, though it sits close to the other channels. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Light Wisteria translates to a CMYK breakdown of 10C 32M 0Y 17K. The low-to-moderate black value (17%) means the color's character in print comes primarily from its magenta ink content (32%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Light Wisteria
CSS Variable
:root {
--brand-primary: #BE91D4;
--brand-primary-rgb: 190, 145, 212;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#BE91D4',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 10%
M: 32%
Y: 0%
K: 17% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(190, 145, 212)
rgba(190, 145, 212, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #BE91D4?
What is the RGB value of #BE91D4?
Is Light Wisteria a warm or cool color?
How do I use #BE91D4 in CSS?
background-color: #BE91D4; or color: #BE91D4; or as an RGB value: rgb(190, 145, 212). For print design, use CMYK: 10%, 32%, 0%, 17%.