#3A1DD3
A medium, vivid blue closely aligning with Mediumblue.
About #3A1DD3
The precise color #3A1DD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 29, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 73% cyan, 86% magenta, 0% yellow, and 17% black. With a hue angle of 249.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#3A1DD3
RGB58, 29, 211
HSL249.6°, 75.8%, 47.1%
CMYK73%, 86%, 0%, 17%
HSV249.6°, 86.3%, 82.7%
LAB30.6, 62.8, -85.6
XYZ13.9, 6.5, 62.1
Decimal3808723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.15:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.74:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1DD3;
}
.text-color {
color: #3A1DD3;
}
.border-color {
border: 2px solid #3A1DD3;
}