#A8D3D3
A light, moderate cyan closely aligning with Powderblue.
About #A8D3D3
At its core, #A8D3D3 is a light and moderate hue. Its closest recognized web color is Powderblue. This translates to an RGB value of rgb(168, 211, 211).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 20% cyan, 0% magenta, 0% yellow, and 17% black. The HSL representation is 180.0° hue, 32.8% saturation, and 74.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8D3D3
RGB168, 211, 211
HSL180.0°, 32.8%, 74.3%
CMYK20%, 0%, 0%, 17%
HSV180.0°, 20.4%, 82.7%
LAB81.6, -14.0, -4.6
XYZ51.2, 59.6, 70.4
Decimal11064275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.92:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D3D3;
}
.text-color {
color: #A8D3D3;
}
.border-color {
border: 2px solid #A8D3D3;
}