#5F07D3
A medium, vivid purple closely aligning with Mediumblue.
About #5F07D3
At its core, #5F07D3 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 95 red, 7 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 55% cyan, 97% magenta, 0% yellow, and 17% black. The HSL representation is 265.9° hue, 93.6% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#5F07D3
RGB95, 7, 211
HSL265.9°, 93.6%, 42.7%
CMYK55%, 97%, 0%, 17%
HSV265.9°, 96.7%, 82.7%
LAB32.5, 70.4, -82.4
XYZ16.6, 7.3, 62.2
Decimal6227923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.54:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.17:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F07D3;
}
.text-color {
color: #5F07D3;
}
.border-color {
border: 2px solid #5F07D3;
}