#3A666D
A dark, moderate cyan closely aligning with Darkslategray.
About #3A666D
The hex code #3A666D represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(58, 102, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 47% cyan and 6% magenta inks. The HSL representation is 188.2° hue, 30.5% saturation, and 32.7% lightness.
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#3A666D
RGB58, 102, 109
HSL188.2°, 30.5%, 32.7%
CMYK47%, 6%, 0%, 57%
HSV188.2°, 46.8%, 42.7%
LAB40.4, -13.1, -8.7
XYZ9.3, 11.5, 16.2
Decimal3827309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.36:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.08:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A666D;
}
.text-color {
color: #3A666D;
}
.border-color {
border: 2px solid #3A666D;
}