#5F33FF
A light, vivid blue closely aligning with Mediumblue.
About #5F33FF
When working with digital screens, the color #5F33FF is rendered by mixing light. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 95 parts red, 51 parts green, and 255 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 63% Cyan, 80% Magenta, 0% Yellow, and 0% Black. The HSL representation is 252.9° hue, 100.0% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#5F33FF
RGB95, 51, 255
HSL252.9°, 100.0%, 60.0%
CMYK63%, 80%, 0%, 0%
HSV252.9°, 80.0%, 100.0%
LAB41.2, 69.1, -92.9
XYZ24.0, 12.0, 95.7
Decimal6239231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.17:1
Text on #FFFFFF
AA
3.40:1
Text on #000000
AA Large
5.90:1
Text on #F8FAFC
AA
2.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F33FF;
}
.text-color {
color: #5F33FF;
}
.border-color {
border: 2px solid #5F33FF;
}