#5F006D
A dark, vivid magenta closely aligning with Purple.
About #5F006D
The precise color #5F006D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(95, 0, 109).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 13% cyan and 100% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F006D
RGB95, 0, 109
HSL292.3°, 100.0%, 21.4%
CMYK13%, 100%, 0%, 57%
HSV292.3°, 100.0%, 42.7%
LAB22.1, 50.1, -37.1
XYZ7.5, 3.5, 14.8
Decimal6226029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.30:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.76:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F006D;
}
.text-color {
color: #5F006D;
}
.border-color {
border: 2px solid #5F006D;
}