#3A07DB
A medium, vivid blue closely aligning with Mediumblue.
About #3A07DB
The precise color #3A07DB is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 7, and 219.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 74% cyan, 97% magenta, 0% yellow, and 14% black. With a hue angle of 254.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A07DB
RGB58, 7, 219
HSL254.4°, 93.8%, 44.3%
CMYK74%, 97%, 0%, 14%
HSV254.4°, 96.8%, 85.9%
LAB29.8, 70.3, -91.5
XYZ14.6, 6.2, 67.4
Decimal3803099
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.40:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
8.99:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A07DB;
}
.text-color {
color: #3A07DB;
}
.border-color {
border: 2px solid #3A07DB;
}