#3A0FFF
A medium, vivid blue closely aligning with Blue.
About #3A0FFF
At its core, #3A0FFF is a medium and vivid hue. Its closest recognized web color is Blue. Its digital footprint relies on 58 parts red, 15 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 77% cyan, 94% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A0FFF
RGB58, 15, 255
HSL250.8°, 100.0%, 52.9%
CMYK77%, 94%, 0%, 0%
HSV250.8°, 94.1%, 100.0%
LAB34.9, 77.7, -103.4
XYZ20.0, 8.5, 95.2
Decimal3805183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.80:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FFF;
}
.text-color {
color: #3A0FFF;
}
.border-color {
border: 2px solid #3A0FFF;
}