#A8CCDB
A light, moderate blue closely aligning with Lightblue.
About #A8CCDB
Visually, #A8CCDB is defined as a moderate blue. Its closest recognized web color is Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 204, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 23% Cyan, 7% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8CCDB
RGB168, 204, 219
HSL197.6°, 41.5%, 75.9%
CMYK23%, 7%, 0%, 14%
HSV197.6°, 23.3%, 85.9%
LAB80.0, -8.6, -11.4
XYZ50.5, 56.6, 75.3
Decimal11062491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.33:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CCDB;
}
.text-color {
color: #A8CCDB;
}
.border-color {
border: 2px solid #A8CCDB;
}