#AFDBF0
A very light, moderate blue closely aligning with Lightblue.
About #AFDBF0
At its core, #AFDBF0 is a very light and moderate hue. Its closest recognized web color is Lightblue. This translates to an RGB value of rgb(175, 219, 240).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 9% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFDBF0
RGB175, 219, 240
HSL199.4°, 68.4%, 81.4%
CMYK27%, 9%, 0%, 6%
HSV199.4°, 27.1%, 94.1%
LAB85.0, -9.6, -15.0
XYZ58.7, 66.1, 92.1
Decimal11525104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.21:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBF0;
}
.text-color {
color: #AFDBF0;
}
.border-color {
border: 2px solid #AFDBF0;
}