#3A0FF0
A medium, vivid blue closely aligning with Blue.
About #3A0FF0
Visually, #3A0FF0 is defined as a vivid blue. Designers often compare it to the standard color Blue. Its digital footprint relies on 58 parts red, 15 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 76% Cyan, 94% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#3A0FF0
RGB58, 15, 240
HSL251.5°, 88.2%, 50.0%
CMYK76%, 94%, 0%, 6%
HSV251.5°, 93.8%, 94.1%
LAB33.0, 74.1, -98.2
XYZ17.6, 7.5, 83.0
Decimal3805168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.38:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.01:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FF0;
}
.text-color {
color: #3A0FF0;
}
.border-color {
border: 2px solid #3A0FF0;
}