#A8BDFF
A very light, vivid blue closely aligning with Lightskyblue.
About #A8BDFF
When working with digital screens, the color #A8BDFF is rendered by mixing light. Designers often compare it to the standard color Lightskyblue. This translates to an RGB value of rgb(168, 189, 255).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 34% cyan, 26% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8BDFF
RGB168, 189, 255
HSL225.5°, 100.0%, 82.9%
CMYK34%, 26%, 0%, 0%
HSV225.5°, 34.1%, 100.0%
LAB77.2, 8.1, -34.8
XYZ52.4, 51.9, 101.9
Decimal11058687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BDFF;
}
.text-color {
color: #A8BDFF;
}
.border-color {
border: 2px solid #A8BDFF;
}