#97ABC5
A light, muted blue closely aligning with Lightsteelblue.
About #97ABC5
The precise color #97ABC5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightsteelblue. This translates to an RGB value of rgb(151, 171, 197).
Translating this color to physical media requires the CMYK color model. The color uses 23% Cyan, 13% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#97ABC5
RGB151, 171, 197
HSL213.9°, 28.4%, 68.2%
CMYK23%, 13%, 0%, 23%
HSV213.9°, 23.4%, 77.3%
LAB69.3, -1.2, -15.6
XYZ37.4, 39.7, 58.5
Decimal9939909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.95:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #97ABC5;
}
.text-color {
color: #97ABC5;
}
.border-color {
border: 2px solid #97ABC5;
}