#3A07F0
A medium, vivid blue closely aligning with Blue.
About #3A07F0
The precise color #3A07F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 7, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 76% Cyan, 97% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A07F0
RGB58, 7, 240
HSL253.1°, 94.3%, 48.4%
CMYK76%, 97%, 0%, 6%
HSV253.1°, 97.1%, 94.1%
LAB32.6, 75.3, -98.9
XYZ17.5, 7.3, 82.9
Decimal3803120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.51:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.13:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A07F0;
}
.text-color {
color: #3A07F0;
}
.border-color {
border: 2px solid #3A07F0;
}