#075050
A very dark, vivid cyan closely aligning with Darkslategray.
About #075050
Visually, #075050 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 80, and 80.
Translating this color to physical media requires the CMYK color model. The color uses 91% Cyan, 0% Magenta, 0% Yellow, and 69% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a very 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#075050
RGB7, 80, 80
HSL180.0°, 83.9%, 17.1%
CMYK91%, 0%, 0%, 69%
HSV180.0°, 91.2%, 31.4%
LAB30.3, -20.0, -5.9
XYZ4.4, 6.4, 8.6
Decimal479312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.24:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.83:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075050;
}
.text-color {
color: #075050;
}
.border-color {
border: 2px solid #075050;
}