#1D8392
A dark, moderate cyan closely aligning with Teal.
About #1D8392
Visually, #1D8392 is defined as a moderate cyan. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(29, 131, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 80% cyan, 10% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D8392
RGB29, 131, 146
HSL187.7°, 66.9%, 34.3%
CMYK80%, 10%, 0%, 43%
HSV187.7°, 80.1%, 57.3%
LAB50.2, -22.4, -16.1
XYZ13.8, 18.6, 30.1
Decimal1934226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D8392;
}
.text-color {
color: #1D8392;
}
.border-color {
border: 2px solid #1D8392;
}