#075F57
A dark, vivid cyan closely aligning with Teal.
About #075F57
At its core, #075F57 is a dark and vivid hue. It is closely associated with the named CSS color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 95, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#075F57
RGB7, 95, 87
HSL174.5°, 86.3%, 20.0%
CMYK93%, 0%, 8%, 63%
HSV174.5°, 92.6%, 37.3%
LAB35.8, -25.4, -2.1
XYZ5.9, 8.9, 10.4
Decimal483159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.54:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.21:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F57;
}
.text-color {
color: #075F57;
}
.border-color {
border: 2px solid #075F57;
}