#5F076D
A dark, vivid magenta closely aligning with Purple.
About #5F076D
Visually, #5F076D is defined as a vivid magenta. Its closest recognized web color is Purple. In the RGB color space, it consists of 95 red, 7 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 13% Cyan, 94% Magenta, 0% Yellow, and 57% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F076D
RGB95, 7, 109
HSL291.8°, 87.9%, 22.7%
CMYK13%, 94%, 0%, 57%
HSV291.8°, 93.6%, 42.7%
LAB22.6, 48.5, -36.2
XYZ7.6, 3.7, 14.8
Decimal6227821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.08:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.55:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F076D;
}
.text-color {
color: #5F076D;
}
.border-color {
border: 2px solid #5F076D;
}