#333375
A dark, moderate blue closely aligning with Darkslateblue.
About #333375
Visually, #333375 is defined as a moderate blue. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(51, 51, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 56% cyan, 56% magenta, 0% yellow, and 54% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#333375
RGB51, 51, 117
HSL240.0°, 39.3%, 32.9%
CMYK56%, 56%, 0%, 54%
HSV240.0°, 56.4%, 45.9%
LAB24.8, 20.5, -38.1
XYZ5.8, 4.4, 17.4
Decimal3355509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.22:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.73:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #333375;
}
.text-color {
color: #333375;
}
.border-color {
border: 2px solid #333375;
}