#333A75
A dark, moderate blue closely aligning with Darkslateblue.
About #333A75
At its core, #333A75 is a dark and moderate hue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 51 red, 58 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 56% cyan, 50% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#333A75
RGB51, 58, 117
HSL233.6°, 39.3%, 32.9%
CMYK56%, 50%, 0%, 54%
HSV233.6°, 56.4%, 45.9%
LAB26.8, 15.7, -34.9
XYZ6.1, 5.0, 17.5
Decimal3357301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.49:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.02:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #333A75;
}
.text-color {
color: #333A75;
}
.border-color {
border: 2px solid #333A75;
}