#1D8AA8
A dark, vivid cyan closely aligning with Steelblue.
About #1D8AA8
The precise color #1D8AA8 is an excellent choice for modern design projects. Designers often compare it to the standard color Steelblue. Its digital footprint relies on 29 parts red, 138 parts green, and 168 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 83% Cyan, 18% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D8AA8
RGB29, 138, 168
HSL192.9°, 70.6%, 38.6%
CMYK83%, 18%, 0%, 34%
HSV192.9°, 82.7%, 65.9%
LAB53.2, -18.6, -24.2
XYZ16.7, 21.3, 40.3
Decimal1936040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D8AA8;
}
.text-color {
color: #1D8AA8;
}
.border-color {
border: 2px solid #1D8AA8;
}