Jazzberry Jam (#A50B5E)

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: 7.47:1 — vs black: 2.81:1

Color values

  • HEX #A50B5E
  • RGB rgb(165, 11, 94)
  • HSL hsl(327, 87%, 34%)
  • CMYK cmyk( 0, 93, 43, 35 )
  • Websafe #990066

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #A50B5E based on color theory relationships.

Complementary

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

Jazzberry Jam
#A50B5E Base
#0BA552
Analogous

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

Jazzberry Jam
#A50B5E Base
#9F0BA5
#A50B11
Triadic

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

Jazzberry Jam
#A50B5E Base
#5EA50B
#0B5EA5
Split-Complementary

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

Jazzberry Jam
#A50B5E Base
#11A50B
#0BA59F
Tetradic (Square)

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

Jazzberry Jam
#A50B5E Base
#A59F0B
#0BA552
#0B11A5
Monochromatic

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

Jazzberry Jam
#A50B5E Base
#18020E
#5D0635
#7F0848
#CB0E74
#ED1087
#F455AB
Shades & Tints

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

Shades (darker)

#18020E
#34031E
#50052E
#6D073E
#89094E
Jazzberry Jam #A50B5E Base
#DF0F7F
#F23A9D
#F673BA
#FAADD6
#FDE7F3
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #A50B5E;
}

/* Border */
.element {
    border: 1px solid #A50B5E;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #A50B5E,
        #0BA552
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #A50B5E,
        #0BA552
    );
}
SCSS Variable
// SCSS variable
$jazzberry-jam: #A50B5E;

// With RGB channels (useful for rgba() usage)
$jazzberry-jam-r: 165;
$jazzberry-jam-g: 11;
$jazzberry-jam-b: 94;

// Usage
.element {
    background-color: $jazzberry-jam;
    color: rgba($jazzberry-jam-r, $jazzberry-jam-g, $jazzberry-jam-b, 0.8);
}
Color Blindness Simulation

How Jazzberry Jam appears to people with different types of color vision deficiency.

Normal Vision #A50B5E How the color appears with full color vision.
Deuteranopia #5E5E5B 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 #3B3B5F Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #A22323 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #555555 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 Jazzberry Jam ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Jazzberry Jam #A50B5E Base
Flirt #A2006D ΔE 4.38
Dark Raspberry #872657 ΔE 5.64
Rich Maroon #B03060 ΔE 5.93
Boysenberry #873260 ΔE 6.62

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.