#332C50
A dark, muted blue closely aligning with Darkslateblue.
About #332C50
At its core, #332C50 is a dark and muted hue. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 51 red, 44 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 36% C, 45% M, 0% Y, and 69% K. 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#332C50
RGB51, 44, 80
HSL251.7°, 29.0%, 24.3%
CMYK36%, 45%, 0%, 69%
HSV251.7°, 45.0%, 31.4%
LAB20.4, 12.9, -21.0
XYZ3.7, 3.1, 8.0
Decimal3353680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.99:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.41:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332C50;
}
.text-color {
color: #332C50;
}
.border-color {
border: 2px solid #332C50;
}