#AFDBDB
A light, moderate cyan closely aligning with Powderblue.
About #AFDBDB
At its core, #AFDBDB is a light and moderate hue. It is closely associated with the named CSS color Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 219, and 219.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 20% C, 0% M, 0% Y, and 14% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFDBDB
RGB175, 219, 219
HSL180.0°, 37.9%, 77.3%
CMYK20%, 0%, 0%, 14%
HSV180.0°, 20.1%, 85.9%
LAB84.4, -14.2, -4.7
XYZ55.8, 64.9, 76.6
Decimal11525083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.98:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBDB;
}
.text-color {
color: #AFDBDB;
}
.border-color {
border: 2px solid #AFDBDB;
}