African Violet (#B284BE)
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.03:1 — vs black: 6.94:1
Color values
-
HEX
#B284BE -
RGB
rgb(178, 132, 190) -
HSL
hsl(287, 30%, 74%) -
CMYK
cmyk( 6.32, 30.53, 0, 25.49 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #B284BE based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#B284BE
Base
#90BE84
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#B284BE
Base
#9584BE
#BE84AD
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#B284BE
Base
#BEB284
#84BEB2
Two colors flanking the complement — high contrast with less tension than full complementary.
#B284BE
Base
#ADBE84
#84BE95
Four colors at 90° intervals — rich variety, best when one color dominates.
#B284BE
Base
#BE9584
#90BE84
#84ADBE
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#B284BE
Base
#643A6F
#9155A1
#A169B0
#C39FCC
#D1B6D8
#F1E8F3
Darker shades and lighter tints of African Violet, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0F0911
#321D37
#55325E
#784685
#9A5DA9
#B284BE
Base
#BF99C9
#CDAFD4
#DAC4E0
#E7D9EB
#F5EEF6
Ready-to-use code snippets for #B284BE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #B284BE;
}
/* Text */
.element {
color: #B284BE;
}
/* Border */
.element {
border: 1px solid #B284BE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#B284BE,
#B2D2AA
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#B284BE,
#B2D2AA
);
}
// SCSS variable
$african-violet: #B284BE;
// With RGB channels (useful for rgba() usage)
$african-violet-r: 178;
$african-violet-g: 132;
$african-violet-b: 190;
// Usage
.element {
background-color: $african-violet;
color: rgba($african-violet-r, $african-violet-g, $african-violet-b, 0.8);
}
How African Violet appears to people with different types of color vision deficiency.
#B284BE
How the color appears with full color vision.
#9393BD
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#8A8ABE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#AB8D8D
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#949494
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.