#1D92A0
A dark, moderate cyan closely aligning with Darkcyan.
About #1D92A0
Visually, #1D92A0 is defined as a moderate cyan. It is closely associated with the named CSS color Darkcyan. This translates to an RGB value of rgb(29, 146, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 82% cyan and 9% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D92A0
RGB29, 146, 160
HSL186.4°, 69.3%, 37.1%
CMYK82%, 9%, 0%, 37%
HSV186.4°, 81.9%, 62.7%
LAB55.4, -25.5, -16.2
XYZ17.1, 23.4, 36.9
Decimal1938080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D92A0;
}
.text-color {
color: #1D92A0;
}
.border-color {
border: 2px solid #1D92A0;
}