#5F07F0
A medium, vivid purple closely aligning with Mediumblue.
About #5F07F0
When working with digital screens, the color #5F07F0 is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(95, 7, 240).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 60% cyan and 97% magenta inks. With a hue angle of 262.7 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F07F0
RGB95, 7, 240
HSL262.7°, 94.3%, 48.4%
CMYK60%, 97%, 0%, 6%
HSV262.7°, 97.1%, 94.1%
LAB35.7, 76.9, -93.5
XYZ20.5, 8.9, 83.1
Decimal6227952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.23:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F07F0;
}
.text-color {
color: #5F07F0;
}
.border-color {
border: 2px solid #5F07F0;
}