#3A3AD3
A medium, moderate blue closely aligning with Blueviolet.
About #3A3AD3
When working with digital screens, the color #3A3AD3 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(58, 58, 211).
Translating this color to physical media requires the CMYK color model. The color uses 73% Cyan, 73% Magenta, 0% Yellow, and 17% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#3A3AD3
RGB58, 58, 211
HSL240.0°, 63.5%, 52.7%
CMYK73%, 73%, 0%, 17%
HSV240.0°, 72.5%, 82.7%
LAB35.3, 49.4, -77.8
XYZ15.0, 8.6, 62.5
Decimal3816147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.70:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.36:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3AD3;
}
.text-color {
color: #3A3AD3;
}
.border-color {
border: 2px solid #3A3AD3;
}