#075757
A very dark, vivid cyan closely aligning with Darkslategray.
About #075757
Visually, #075757 is defined as a vivid cyan. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 7 red, 87 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 92% Cyan, 0% Magenta, 0% Yellow, and 66% Black. The HSL representation is 180.0° hue, 85.1% saturation, and 18.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075757
RGB7, 87, 87
HSL180.0°, 85.1%, 18.4%
CMYK92%, 0%, 0%, 66%
HSV180.0°, 92.0%, 34.1%
LAB33.0, -21.3, -6.3
XYZ5.2, 7.5, 10.2
Decimal481111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.37:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.00:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075757;
}
.text-color {
color: #075757;
}
.border-color {
border: 2px solid #075757;
}