#AFCCE2
A light, moderate blue closely aligning with Lightsteelblue.
About #AFCCE2
When working with digital screens, the color #AFCCE2 is rendered by mixing light. Designers often compare it to the standard color Lightsteelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 204, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 23% C, 10% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFCCE2
RGB175, 204, 226
HSL205.9°, 46.8%, 78.6%
CMYK23%, 10%, 0%, 11%
HSV205.9°, 22.6%, 88.6%
LAB80.6, -4.9, -14.1
XYZ53.0, 57.8, 80.3
Decimal11521250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCCE2;
}
.text-color {
color: #AFCCE2;
}
.border-color {
border: 2px solid #AFCCE2;
}