#3A3A7C
A dark, moderate blue closely aligning with Darkslateblue.
About #3A3A7C
The precise color #3A3A7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 58, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 53% cyan and 53% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3A3A7C
RGB58, 58, 124
HSL240.0°, 36.3%, 35.7%
CMYK53%, 53%, 0%, 51%
HSV240.0°, 53.2%, 48.6%
LAB27.8, 19.8, -37.7
XYZ6.9, 5.4, 19.7
Decimal3816060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.11:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.67:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A7C;
}
.text-color {
color: #3A3A7C;
}
.border-color {
border: 2px solid #3A3A7C;
}