#5F0F57
A dark, vivid magenta closely aligning with Purple.
About #5F0F57
At its core, #5F0F57 is a dark and vivid hue. Its closest recognized web color is Purple. This translates to an RGB value of rgb(95, 15, 87).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 84% magenta, 8% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0F57
RGB95, 15, 87
HSL306.0°, 72.7%, 21.6%
CMYK0%, 84%, 8%, 63%
HSV306.0°, 84.2%, 37.3%
LAB21.8, 42.7, -23.0
XYZ6.6, 3.5, 9.3
Decimal6229847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.41:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.86:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F57;
}
.text-color {
color: #5F0F57;
}
.border-color {
border: 2px solid #5F0F57;
}