#078383
A dark, vivid cyan closely aligning with Teal.
About #078383
The hex code #078383 represents a beautifully specific shade of cyan. 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, 131, and 131.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 95% C, 0% M, 0% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#078383
RGB7, 131, 131
HSL180.0°, 89.9%, 27.1%
CMYK95%, 0%, 0%, 49%
HSV180.0°, 94.7%, 51.4%
LAB49.4, -29.0, -8.5
XYZ12.3, 17.9, 24.3
Decimal492419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078383;
}
.text-color {
color: #078383;
}
.border-color {
border: 2px solid #078383;
}