#B6D3DB
A light, moderate cyan closely aligning with Lightblue.
About #B6D3DB
Visually, #B6D3DB is defined as a moderate cyan. It is closely associated with the named CSS color Lightblue. This translates to an RGB value of rgb(182, 211, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 17% cyan and 4% magenta inks. The HSL representation is 193.0° hue, 33.9% saturation, and 78.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6D3DB
RGB182, 211, 219
HSL193.0°, 33.9%, 78.6%
CMYK17%, 4%, 0%, 14%
HSV193.0°, 16.9%, 85.9%
LAB82.7, -7.9, -7.2
XYZ55.4, 61.6, 76.0
Decimal11981787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.33:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D3DB;
}
.text-color {
color: #B6D3DB;
}
.border-color {
border: 2px solid #B6D3DB;
}