#3A07E9
A medium, vivid blue closely aligning with Mediumblue.
About #3A07E9
The hex code #3A07E9 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 58 parts red, 7 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 97% Magenta, 0% Yellow, and 9% Black. The HSL representation is 253.5° hue, 94.2% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#3A07E9
RGB58, 7, 233
HSL253.5°, 94.2%, 47.1%
CMYK75%, 97%, 0%, 9%
HSV253.5°, 97.0%, 91.4%
LAB31.7, 73.7, -96.4
XYZ16.5, 6.9, 77.6
Decimal3803113
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.80:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.41:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A07E9;
}
.text-color {
color: #3A07E9;
}
.border-color {
border: 2px solid #3A07E9;
}