#077583
A dark, vivid cyan closely aligning with Teal.
About #077583
When working with digital screens, the color #077583 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Teal. Its digital footprint relies on 7 parts red, 117 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 95% cyan and 11% magenta inks. With a hue angle of 186.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#077583
RGB7, 117, 131
HSL186.8°, 89.9%, 27.1%
CMYK95%, 11%, 0%, 49%
HSV186.8°, 94.7%, 51.4%
LAB44.8, -21.9, -15.5
XYZ10.5, 14.4, 23.7
Decimal488835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077583;
}
.text-color {
color: #077583;
}
.border-color {
border: 2px solid #077583;
}