Lavender (floral) (#B57EDC)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.01:1 — vs black: 6.98:1
Color values
-
HEX
#B57EDC -
RGB
rgb(181, 126, 220) -
HSL
hsl(275, 42%, 86%) -
CMYK
cmyk( 17.73, 42.73, 0, 13.73 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #B57EDC based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#B57EDC
Base
#A5DC7E
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#B57EDC
Base
#867EDC
#DC7ED4
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#B57EDC
Base
#DCB57E
#7EDCB5
Two colors flanking the complement — high contrast with less tension than full complementary.
#B57EDC
Base
#D4DC7E
#7EDC86
Four colors at 90° intervals — rich variety, best when one color dominates.
#B57EDC
Base
#DC867E
#A5DC7E
#7ED4DC
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#B57EDC
Base
#6A2998
#9242CC
#A35ED3
#C79EE5
#D8BAEC
#F3EBFA
Darker shades and lighter tints of Lavender (floral), generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0E0514
#311346
#542179
#782EAB
#984CCE
#B57EDC
Base
#C194E2
#CEAAE8
#DBBFEE
#E7D5F4
#F3EBFA
Ready-to-use code snippets for #B57EDC. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #B57EDC;
}
/* Text */
.element {
color: #B57EDC;
}
/* Border */
.element {
border: 1px solid #B57EDC;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#B57EDC,
#D9EBCD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#B57EDC,
#D9EBCD
);
}
// SCSS variable
$lavender-(floral): #B57EDC;
// With RGB channels (useful for rgba() usage)
$lavender-(floral)-r: 181;
$lavender-(floral)-g: 126;
$lavender-(floral)-b: 220;
// Usage
.element {
background-color: $lavender-(floral);
color: rgba($lavender-(floral)-r, $lavender-(floral)-g, $lavender-(floral)-b, 0.8);
}
How Lavender (floral) appears to people with different types of color vision deficiency.
#B57EDC
How the color appears with full color vision.
#9191DB
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#8585DC
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#A98F8F
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#959595
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.