#335757
A dark, muted cyan closely aligning with Darkslategray.
About #335757
Visually, #335757 is defined as a muted cyan. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 51 red, 87 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 0% Magenta, 0% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
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#335757
RGB51, 87, 87
HSL180.0°, 26.1%, 27.1%
CMYK41%, 0%, 0%, 66%
HSV180.0°, 41.4%, 34.1%
LAB34.4, -12.9, -4.1
XYZ6.5, 8.2, 10.3
Decimal3364695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.95:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.60:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335757;
}
.text-color {
color: #335757;
}
.border-color {
border: 2px solid #335757;
}