Light Steel Blue (Blue)
#B6CBD6
RGB: 182, 203, 214
Color OverviewHEX #B6CBD6
#B6CBD6 Color Code Information
In the RGB color space, #B6CBD6 is composed of 71% red, 80% green, and 84% blue. In the HSL color space, it has a hue of 201°, saturation of 28%, and lightness of 78%.
HEX
#B6CBD6
RGB
182, 203, 214
HSL
201°, 28%, 78%
HSV
201°, 15%, 84%
CMYK
15%, 5%, 0%, 16%
Name Match
Light Steel Blue
Closest StandardShades of #B6CBD6 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B6CBD6 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B6CBD6 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B6CBD6
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #B6CBD6 Background
Contrast Ratio against Pure White (#FFFFFF):1.68 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B6CBD6 Background
Contrast Ratio against Pure Black (#000000):12.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B6CBD6;
}
.element {
color: #B6CBD6;
background-color: #B6CBD6;
border-color: #B6CBD6;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B6CBD6] text-[#B6CBD6] border-[#B6CBD6]"> Content styled with #B6CBD6 </div>