#AFBDF0
A very light, moderate blue closely aligning with Lightsteelblue.
About #AFBDF0
When working with digital screens, the color #AFBDF0 is rendered by mixing light. Designers often compare it to the standard color Lightsteelblue. This translates to an RGB value of rgb(175, 189, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 21% magenta, 0% yellow, and 6% black. The HSL representation is 227.1° hue, 68.4% saturation, and 81.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFBDF0
RGB175, 189, 240
HSL227.1°, 68.4%, 81.4%
CMYK27%, 21%, 0%, 6%
HSV227.1°, 27.1%, 94.1%
LAB77.2, 6.3, -26.9
XYZ51.6, 51.8, 89.7
Decimal11517424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.36:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBDF0;
}
.text-color {
color: #AFBDF0;
}
.border-color {
border: 2px solid #AFBDF0;
}