#5F2CFF
A medium, vivid blue closely aligning with Mediumblue.
About #5F2CFF
The hex code #5F2CFF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 95 red, 44 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 63% Cyan, 83% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F2CFF
RGB95, 44, 255
HSL254.5°, 100.0%, 58.6%
CMYK63%, 83%, 0%, 0%
HSV254.5°, 82.7%, 100.0%
LAB40.3, 71.7, -94.4
XYZ23.7, 11.5, 95.6
Decimal6237439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.38:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.10:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2CFF;
}
.text-color {
color: #5F2CFF;
}
.border-color {
border: 2px solid #5F2CFF;
}