#332C3A
A dark, muted purple closely aligning with Black.
About #332C3A
At its core, #332C3A is a dark and muted hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(51, 44, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 12% cyan and 24% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#332C3A
RGB51, 44, 58
HSL270.0°, 13.7%, 20.0%
CMYK12%, 24%, 0%, 77%
HSV270.0°, 24.1%, 22.7%
LAB19.3, 6.5, -7.7
XYZ3.0, 2.8, 4.4
Decimal3353658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.44:1
Text on #FFFFFF
AAA
1.56:1
Text on #000000
FAIL
12.85:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332C3A;
}
.text-color {
color: #332C3A;
}
.border-color {
border: 2px solid #332C3A;
}