#1D83A0
A dark, moderate cyan closely aligning with Steelblue.
About #1D83A0
Visually, #1D83A0 is defined as a moderate cyan. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 131, and 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 18% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D83A0
RGB29, 131, 160
HSL193.3°, 69.3%, 37.1%
CMYK82%, 18%, 0%, 37%
HSV193.3°, 81.9%, 62.7%
LAB50.7, -17.6, -23.4
XYZ15.0, 19.0, 36.1
Decimal1934240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D83A0;
}
.text-color {
color: #1D83A0;
}
.border-color {
border: 2px solid #1D83A0;
}