#3A3AE9
A medium, vivid blue closely aligning with Mediumblue.
About #3A3AE9
When working with digital screens, the color #3A3AE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(58, 58, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 75% C, 75% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A3AE9
RGB58, 58, 233
HSL240.0°, 79.9%, 57.1%
CMYK75%, 75%, 0%, 9%
HSV240.0°, 75.1%, 91.4%
LAB37.5, 56.4, -86.7
XYZ18.0, 9.8, 78.0
Decimal3816169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.78:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3AE9;
}
.text-color {
color: #3A3AE9;
}
.border-color {
border: 2px solid #3A3AE9;
}