#5F2CF8
A medium, vivid purple closely aligning with Mediumblue.
About #5F2CF8
Visually, #5F2CF8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(95, 44, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 82% magenta, 0% yellow, and 3% black. With a hue angle of 255.0 degrees, it sits comfortably in the purple spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F2CF8
RGB95, 44, 248
HSL255.0°, 93.6%, 57.3%
CMYK62%, 82%, 0%, 3%
HSV255.0°, 82.3%, 97.3%
LAB39.6, 69.9, -91.7
XYZ22.6, 11.0, 89.7
Decimal6237432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2CF8;
}
.text-color {
color: #5F2CF8;
}
.border-color {
border: 2px solid #5F2CF8;
}