#3A16F0
A medium, vivid blue closely aligning with Mediumblue.
About #3A16F0
Visually, #3A16F0 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(58, 22, 240).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 76% cyan and 91% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A16F0
RGB58, 22, 240
HSL249.9°, 87.9%, 51.4%
CMYK76%, 91%, 0%, 6%
HSV249.9°, 90.8%, 94.1%
LAB33.5, 72.5, -97.4
XYZ17.8, 7.8, 83.0
Decimal3806960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.23:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.86:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A16F0;
}
.text-color {
color: #3A16F0;
}
.border-color {
border: 2px solid #3A16F0;
}