#AFC5E9
A very light, moderate blue closely aligning with Lightsteelblue.
About #AFC5E9
Visually, #AFC5E9 is defined as a moderate blue. It is closely associated with the named CSS color Lightsteelblue. This translates to an RGB value of rgb(175, 197, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 25% C, 15% M, 0% Y, and 9% K. The HSL representation is 217.2° hue, 56.9% saturation, and 80.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 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#AFC5E9
RGB175, 197, 233
HSL217.2°, 56.9%, 80.0%
CMYK25%, 15%, 0%, 9%
HSV217.2°, 24.9%, 91.4%
LAB79.0, 0.4, -20.3
XYZ52.4, 54.9, 84.9
Decimal11519465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.99:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC5E9;
}
.text-color {
color: #AFC5E9;
}
.border-color {
border: 2px solid #AFC5E9;
}