#075F49
A dark, vivid cyan closely aligning with Teal.
About #075F49
The hex code #075F49 represents a beautifully specific shade of cyan. Its closest recognized web color is Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 95, and 73.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 93% C, 0% M, 23% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#075F49
RGB7, 95, 73
HSL165.0°, 86.3%, 20.0%
CMYK93%, 0%, 23%, 63%
HSV165.0°, 92.6%, 37.3%
LAB35.4, -29.6, 5.9
XYZ5.4, 8.7, 7.7
Decimal483145
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.66:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.32:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F49;
}
.text-color {
color: #075F49;
}
.border-color {
border: 2px solid #075F49;
}