#5F3AF0
A medium, vivid blue closely aligning with Blueviolet.
About #5F3AF0
When working with digital screens, the color #5F3AF0 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(95, 58, 240).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 76% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
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#5F3AF0
RGB95, 58, 240
HSL252.2°, 85.8%, 58.4%
CMYK60%, 76%, 0%, 6%
HSV252.2°, 75.8%, 94.1%
LAB40.8, 61.9, -85.1
XYZ22.0, 11.8, 83.5
Decimal6241008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.27:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
5.99:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3AF0;
}
.text-color {
color: #5F3AF0;
}
.border-color {
border: 2px solid #5F3AF0;
}