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

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Razzmic Berry
#8D4E85 Base
#4E8D56
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Razzmic Berry
#8D4E85 Base
#764E8D
#8D4E66
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Razzmic Berry
#8D4E85 Base
#858D4E
#4E858D
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Razzmic Berry
#8D4E85 Base
#668D4E
#4E8D76
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Razzmic Berry
#8D4E85 Base
#8D764E
#4E8D56
#4E668D
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Razzmic Berry
#8D4E85 Base
#2A1828
#5C3357
#733F6C
#A65E9D
#B375AB
#CEA6C9
Shades & Tints

Darker shades and lighter tints of Razzmic Berry, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#10090F
#291727
#42253F
#74406D
Razzmic Berry #8D4E85 Base
#AA66A2
#BD88B6
#D0AACB
#E3CCE0
#F6EFF5
CSS & SCSS Snippets

Ready-to-use code snippets for #8D4E85. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #8D4E85;
}

/* Text */
.element {
    color: #8D4E85;
}

/* Border */
.element {
    border: 1px solid #8D4E85;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #8D4E85,
        #5AC067
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #8D4E85,
        #5AC067
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Razzmic Berry appears to people with different types of color vision deficiency.

Normal Vision #8D4E85 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #585885 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #885757 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #646464 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Razzmic Berry ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Razzmic Berry #8D4E85 Base
Plum #8E4585 ΔE 2.53
Antique Fuchsia #915C83 ΔE 5.18
French Lilac #86608E ΔE 6.15
Chinese Violet #856088 ΔE 6.34

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.