#332C83
A dark, moderate blue closely aligning with Midnightblue.
About #332C83
When working with digital screens, the color #332C83 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 51 parts red, 44 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 61% C, 66% M, 0% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
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#332C83
RGB51, 44, 131
HSL244.8°, 49.7%, 34.3%
CMYK61%, 66%, 0%, 49%
HSV244.8°, 66.4%, 51.4%
LAB24.1, 30.0, -48.0
XYZ6.4, 4.1, 21.9
Decimal3353731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.48:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.98:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332C83;
}
.text-color {
color: #332C83;
}
.border-color {
border: 2px solid #332C83;
}