Razzmic Berry (#8D4E85)
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: 5.90:1 — vs black: 3.56:1
Color values
-
HEX
#8D4E85 -
RGB
rgb(141, 78, 133) -
HSL
hsl(307, 44%, 55%) -
CMYK
cmyk( 0, 44.68, 5.67, 44.71 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #8D4E85 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#8D4E85
Base
#4E8D56
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#8D4E85
Base
#764E8D
#8D4E66
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#8D4E85
Base
#858D4E
#4E858D
Two colors flanking the complement — high contrast with less tension than full complementary.
#8D4E85
Base
#668D4E
#4E8D76
Four colors at 90° intervals — rich variety, best when one color dominates.
#8D4E85
Base
#8D764E
#4E8D56
#4E668D
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#8D4E85
Base
#2A1828
#5C3357
#733F6C
#A65E9D
#B375AB
#CEA6C9
Darker shades and lighter tints of Razzmic Berry, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#10090F
#291727
#42253F
#5B3256
#74406D
#8D4E85
Base
#AA66A2
#BD88B6
#D0AACB
#E3CCE0
#F6EFF5
Ready-to-use code snippets for #8D4E85. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #8D4E85;
}
/* Text */
.element {
color: #8D4E85;
}
/* Border */
.element {
border: 1px solid #8D4E85;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#8D4E85,
#5AC067
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#8D4E85,
#5AC067
);
}
// SCSS variable
$razzmic-berry: #8D4E85;
// With RGB channels (useful for rgba() usage)
$razzmic-berry-r: 141;
$razzmic-berry-g: 78;
$razzmic-berry-b: 133;
// Usage
.element {
background-color: $razzmic-berry;
color: rgba($razzmic-berry-r, $razzmic-berry-g, $razzmic-berry-b, 0.8);
}
How Razzmic Berry appears to people with different types of color vision deficiency.
#8D4E85
How the color appears with full color vision.
#656584
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#585885
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#885757
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#646464
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.