#3A0FCC
A medium, vivid blue closely aligning with Mediumblue.
About #3A0FCC
The hex code #3A0FCC represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 58 red, 15 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 93% Magenta, 0% Yellow, and 20% Black. The HSL representation is 253.7° hue, 86.3% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A0FCC
RGB58, 15, 204
HSL253.7°, 86.3%, 42.9%
CMYK72%, 93%, 0%, 20%
HSV253.7°, 92.6%, 80.0%
LAB28.4, 65.1, -85.2
XYZ12.8, 5.6, 57.5
Decimal3805132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.90:1
Text on #FFFFFF
AAA
2.12:1
Text on #000000
FAIL
9.47:1
Text on #F8FAFC
AAA
1.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FCC;
}
.text-color {
color: #3A0FCC;
}
.border-color {
border: 2px solid #3A0FCC;
}