#3A07F8
A medium, vivid blue closely aligning with Blue.
About #3A07F8
At its core, #3A07F8 is a medium and vivid hue. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 58 red, 7 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 97% Magenta, 0% Yellow, and 3% Black. The HSL representation is 252.7° hue, 94.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#3A07F8
RGB58, 7, 248
HSL252.7°, 94.5%, 50.0%
CMYK77%, 97%, 0%, 3%
HSV252.7°, 97.2%, 97.3%
LAB33.6, 77.2, -101.7
XYZ18.8, 7.8, 89.3
Decimal3803128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.18:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.82:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A07F8;
}
.text-color {
color: #3A07F8;
}
.border-color {
border: 2px solid #3A07F8;
}