Mardi Gras (#880085)
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: 8.80:1 — vs black: 2.39:1
Color values
-
HEX
#880085 -
RGB
rgb(136, 0, 133) -
HSL
hsl(301, 100%, 53%) -
CMYK
cmyk( 0, 100, 2.21, 46.67 )
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #880085 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#880085
Base
#008803
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#880085
Base
#470088
#880041
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#880085
Base
#858800
#008588
Two colors flanking the complement — high contrast with less tension than full complementary.
#880085
Base
#418800
#008847
Four colors at 90° intervals — rich variety, best when one color dominates.
#880085
Base
#884700
#008803
#004188
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#880085
Base
#1A0019
#3C003A
#5F005D
#B100AD
#D500D0
#FF22FA
Darker shades and lighter tints of Mardi Gras, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0019
#30002F
#460044
#5C005A
#72006F
#880085
Base
#CE00C9
#FF14FA
#FF5AFB
#FFA0FD
#FFE6FE
Ready-to-use code snippets for #880085. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #880085;
}
/* Text */
.element {
color: #880085;
}
/* Border */
.element {
border: 1px solid #880085;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#880085,
#11FF16
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#880085,
#11FF16
);
}
// SCSS variable
$mardi-gras: #880085;
// With RGB channels (useful for rgba() usage)
$mardi-gras-r: 136;
$mardi-gras-g: 0;
$mardi-gras-b: 133;
// Usage
.element {
background-color: $mardi-gras;
color: rgba($mardi-gras-r, $mardi-gras-g, $mardi-gras-b, 0.8);
}
How Mardi Gras appears to people with different types of color vision deficiency.
#880085
How the color appears with full color vision.
#4C4C84
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#2E2E85
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#803030
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#4A4A4A
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.