#3A4275
A dark, moderate blue closely aligning with Darkslateblue.
About #3A4275
Visually, #3A4275 is defined as a moderate blue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 58 red, 66 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 44% magenta inks. The HSL representation is 231.9° hue, 33.7% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A4275
RGB58, 66, 117
HSL231.9°, 33.7%, 34.3%
CMYK50%, 44%, 0%, 54%
HSV231.9°, 50.4%, 45.9%
LAB29.6, 12.0, -30.4
XYZ6.9, 6.1, 17.6
Decimal3818101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.48:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.06:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4275;
}
.text-color {
color: #3A4275;
}
.border-color {
border: 2px solid #3A4275;
}