#1D838A
A dark, moderate cyan closely aligning with Teal.
About #1D838A
Visually, #1D838A is defined as a moderate cyan. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 29 red, 131 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. The color uses 79% Cyan, 5% Magenta, 0% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D838A
RGB29, 131, 138
HSL183.9°, 65.3%, 32.7%
CMYK79%, 5%, 0%, 46%
HSV183.9°, 79.0%, 54.1%
LAB49.9, -25.0, -11.9
XYZ13.2, 18.3, 26.9
Decimal1934218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D838A;
}
.text-color {
color: #1D838A;
}
.border-color {
border: 2px solid #1D838A;
}