#A8DBF0
A very light, vivid blue closely aligning with Lightblue.
About #A8DBF0
The hex code #A8DBF0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Lightblue. Its digital footprint relies on 168 parts red, 219 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 30% cyan and 9% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8DBF0
RGB168, 219, 240
HSL197.5°, 70.6%, 80.0%
CMYK30%, 9%, 0%, 6%
HSV197.5°, 30.0%, 94.1%
LAB84.6, -11.6, -15.6
XYZ57.2, 65.3, 92.0
Decimal11066352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.06:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DBF0;
}
.text-color {
color: #A8DBF0;
}
.border-color {
border: 2px solid #A8DBF0;
}