#3A3A8A
A dark, moderate blue closely aligning with Darkslateblue.
About #3A3A8A
When working with digital screens, the color #3A3A8A is rendered by mixing light. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 58, and 138.
Translating this color to physical media requires the CMYK color model. The color uses 58% Cyan, 58% Magenta, 0% Yellow, and 46% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A3A8A
RGB58, 58, 138
HSL240.0°, 40.8%, 38.4%
CMYK58%, 58%, 0%, 46%
HSV240.0°, 58.0%, 54.1%
LAB28.8, 24.6, -44.8
XYZ7.8, 5.8, 24.7
Decimal3816074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.76:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.33:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A8A;
}
.text-color {
color: #3A3A8A;
}
.border-color {
border: 2px solid #3A3A8A;
}