#006D83
A dark, vivid cyan closely aligning with Teal.
About #006D83
Visually, #006D83 is defined as a vivid 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 0, 109, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 17% M, 0% Y, and 49% K. The HSL representation is 190.1° hue, 100.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#006D83
RGB0, 109, 131
HSL190.1°, 100.0%, 25.7%
CMYK100%, 17%, 0%, 49%
HSV190.1°, 100.0%, 51.4%
LAB42.1, -17.9, -19.6
XYZ9.6, 12.6, 23.4
Decimal28035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.71:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006D83;
}
.text-color {
color: #006D83;
}
.border-color {
border: 2px solid #006D83;
}