#3A5F6D
A dark, moderate blue closely aligning with Darkslategray.
About #3A5F6D
At its core, #3A5F6D is a dark and moderate hue. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(58, 95, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 47% cyan, 13% magenta, 0% yellow, and 57% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5F6D
RGB58, 95, 109
HSL196.5°, 30.5%, 32.7%
CMYK47%, 13%, 0%, 57%
HSV196.5°, 46.8%, 42.7%
LAB38.2, -9.1, -12.1
XYZ8.6, 10.2, 16.0
Decimal3825517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.91:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.61:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F6D;
}
.text-color {
color: #3A5F6D;
}
.border-color {
border: 2px solid #3A5F6D;
}