#3A2C50
A dark, muted purple closely aligning with Darkslateblue.
About #3A2C50
Visually, #3A2C50 is defined as a muted purple. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(58, 44, 80).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 28% cyan, 45% magenta, 0% yellow, and 69% black. The HSL representation is 263.3° hue, 29.0% saturation, and 24.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A2C50
RGB58, 44, 80
HSL263.3°, 29.0%, 24.3%
CMYK28%, 45%, 0%, 69%
HSV263.3°, 45.0%, 31.4%
LAB21.1, 15.2, -19.8
XYZ4.1, 3.3, 8.0
Decimal3812432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.68:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.12:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C50;
}
.text-color {
color: #3A2C50;
}
.border-color {
border: 2px solid #3A2C50;
}