#335F57
A dark, moderate cyan closely aligning with Darkslategray.
About #335F57
The precise color #335F57 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 51 red, 95 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#335F57
RGB51, 95, 87
HSL169.1°, 30.1%, 28.6%
CMYK46%, 0%, 8%, 63%
HSV169.1°, 46.3%, 37.3%
LAB37.1, -17.4, -0.2
XYZ7.2, 9.6, 10.5
Decimal3366743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335F57;
}
.text-color {
color: #335F57;
}
.border-color {
border: 2px solid #335F57;
}