#3A0FF8
A medium, vivid blue closely aligning with Blue.
About #3A0FF8
Visually, #3A0FF8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(58, 15, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 77% cyan, 94% magenta, 0% yellow, and 3% black. The HSL representation is 251.1° hue, 94.3% saturation, and 51.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A0FF8
RGB58, 15, 248
HSL251.1°, 94.3%, 51.6%
CMYK77%, 94%, 0%, 3%
HSV251.1°, 94.0%, 97.3%
LAB34.0, 76.0, -101.0
XYZ18.9, 8.0, 89.4
Decimal3805176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.07:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.71:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FF8;
}
.text-color {
color: #3A0FF8;
}
.border-color {
border: 2px solid #3A0FF8;
}