#AFD3D3
A light, muted cyan closely aligning with Powderblue.
About #AFD3D3
Visually, #AFD3D3 is defined as a muted cyan. It is closely associated with the named CSS color Powderblue. In the RGB color space, it consists of 175 red, 211 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 17% C, 0% M, 0% Y, and 17% K. The HSL representation is 180.0° hue, 29.0% saturation, and 75.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFD3D3
RGB175, 211, 211
HSL180.0°, 29.0%, 75.7%
CMYK17%, 0%, 0%, 17%
HSV180.0°, 17.1%, 82.7%
LAB82.1, -11.8, -4.0
XYZ52.7, 60.4, 70.5
Decimal11523027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.08:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD3D3;
}
.text-color {
color: #AFD3D3;
}
.border-color {
border: 2px solid #AFD3D3;
}