#AFDBF8
A very light, vivid blue closely aligning with Lightblue.
About #AFDBF8
The hex code #AFDBF8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Lightblue. This translates to an RGB value of rgb(175, 219, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 29% cyan and 12% magenta inks. With a hue angle of 203.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFDBF8
RGB175, 219, 248
HSL203.8°, 83.9%, 82.9%
CMYK29%, 12%, 0%, 3%
HSV203.8°, 29.4%, 97.3%
LAB85.3, -7.7, -18.8
XYZ60.0, 66.6, 98.5
Decimal11525112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.31:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBF8;
}
.text-color {
color: #AFDBF8;
}
.border-color {
border: 2px solid #AFDBF8;
}