#3A1DF8
A medium, vivid blue closely aligning with Blue.
About #3A1DF8
The precise color #3A1DF8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. Its digital footprint relies on 58 parts red, 29 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 77% cyan and 88% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#3A1DF8
RGB58, 29, 248
HSL247.9°, 94.0%, 54.3%
CMYK77%, 88%, 0%, 3%
HSV247.9°, 88.3%, 97.3%
LAB35.1, 72.7, -99.2
XYZ19.1, 8.6, 89.5
Decimal3808760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1DF8;
}
.text-color {
color: #3A1DF8;
}
.border-color {
border: 2px solid #3A1DF8;
}