#3A3AB6
A medium, moderate blue closely aligning with Slateblue.
About #3A3AB6
Visually, #3A3AB6 is defined as a moderate blue. It is closely associated with the named CSS color Slateblue. Its digital footprint relies on 58 parts red, 58 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 68% Cyan, 68% Magenta, 0% Yellow, and 29% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A3AB6
RGB58, 58, 182
HSL240.0°, 51.7%, 47.1%
CMYK68%, 68%, 0%, 29%
HSV240.0°, 68.1%, 71.4%
LAB32.5, 39.7, -65.4
XYZ11.7, 7.3, 45.0
Decimal3816118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.53:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.16:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3AB6;
}
.text-color {
color: #3A3AB6;
}
.border-color {
border: 2px solid #3A3AB6;
}