#1D6D7C
A dark, moderate cyan closely aligning with Teal.
About #1D6D7C
At its core, #1D6D7C is a dark and moderate hue. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(29, 109, 124).
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 12% Magenta, 0% Yellow, and 51% Black. With a hue angle of 189.5 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#1D6D7C
RGB29, 109, 124
HSL189.5°, 62.1%, 30.0%
CMYK77%, 12%, 0%, 51%
HSV189.5°, 76.6%, 48.6%
LAB42.2, -18.1, -15.2
XYZ9.6, 12.7, 21.0
Decimal1928572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D6D7C;
}
.text-color {
color: #1D6D7C;
}
.border-color {
border: 2px solid #1D6D7C;
}