#3A2C66
A dark, moderate blue closely aligning with Darkslateblue.
About #3A2C66
The precise color #3A2C66 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(58, 44, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 43% C, 57% M, 0% Y, and 60% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A2C66
RGB58, 44, 102
HSL254.5°, 39.7%, 28.6%
CMYK43%, 57%, 0%, 60%
HSV254.5°, 56.9%, 40.0%
LAB22.5, 21.9, -32.1
XYZ5.0, 3.7, 13.0
Decimal3812454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.12:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.59:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C66;
}
.text-color {
color: #3A2C66;
}
.border-color {
border: 2px solid #3A2C66;
}