#A0D3E9
A light, moderate blue closely aligning with Lightblue.
About #A0D3E9
Visually, #A0D3E9 is defined as a moderate blue. It is closely associated with the named CSS color Lightblue. In the RGB color space, it consists of 160 red, 211 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 31% Cyan, 9% Magenta, 0% Yellow, and 9% Black. The HSL representation is 198.1° hue, 62.4% saturation, and 77.1% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0D3E9
RGB160, 211, 233
HSL198.1°, 62.4%, 77.1%
CMYK31%, 9%, 0%, 9%
HSV198.1°, 31.3%, 91.4%
LAB81.8, -11.3, -16.2
XYZ52.5, 59.9, 85.9
Decimal10540009
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.99:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D3E9;
}
.text-color {
color: #A0D3E9;
}
.border-color {
border: 2px solid #A0D3E9;
}