#1D7C83
A dark, moderate cyan closely aligning with Teal.
About #1D7C83
The hex code #1D7C83 represents a beautifully specific shade of cyan. Its closest recognized web color is Teal. This translates to an RGB value of rgb(29, 124, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 78% Cyan, 5% Magenta, 0% Yellow, and 49% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D7C83
RGB29, 124, 131
HSL184.1°, 63.7%, 31.4%
CMYK78%, 5%, 0%, 49%
HSV184.1°, 77.9%, 51.4%
LAB47.4, -23.7, -11.5
XYZ11.8, 16.3, 24.0
Decimal1932419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C83;
}
.text-color {
color: #1D7C83;
}
.border-color {
border: 2px solid #1D7C83;
}