#332C49
A dark, muted blue closely aligning with Black.
About #332C49
When working with digital screens, the color #332C49 is rendered by mixing light. Its closest recognized web color is Black. Its digital footprint relies on 51 parts red, 44 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 30% Cyan, 40% Magenta, 0% Yellow, and 71% Black. The HSL representation is 254.5° hue, 24.8% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#332C49
RGB51, 44, 73
HSL254.5°, 24.8%, 22.9%
CMYK30%, 40%, 0%, 71%
HSV254.5°, 39.7%, 28.6%
LAB20.0, 10.7, -16.9
XYZ3.5, 3.0, 6.7
Decimal3353673
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.15:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.57:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332C49;
}
.text-color {
color: #332C49;
}
.border-color {
border: 2px solid #332C49;
}