#076D83
A dark, vivid cyan closely aligning with Teal.
About #076D83
The hex code #076D83 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(7, 109, 131).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 95% cyan, 17% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#076D83
RGB7, 109, 131
HSL190.6°, 89.9%, 27.1%
CMYK95%, 17%, 0%, 49%
HSV190.6°, 94.7%, 51.4%
LAB42.2, -17.5, -19.5
XYZ9.7, 12.6, 23.4
Decimal486787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #076D83;
}
.text-color {
color: #076D83;
}
.border-color {
border: 2px solid #076D83;
}