Light Steel Blue (Blue)
#A5B6DB
RGB: 165, 182, 219
Color OverviewHEX #A5B6DB
#A5B6DB Color Code Information
In the RGB color space, #A5B6DB is composed of 65% red, 71% green, and 86% blue. In the HSL color space, it has a hue of 221°, saturation of 43%, and lightness of 75%.
HEX
#A5B6DB
RGB
165, 182, 219
HSL
221°, 43%, 75%
HSV
221°, 25%, 86%
CMYK
25%, 17%, 0%, 14%
Name Match
Light Steel Blue
Closest StandardShades of #A5B6DB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A5B6DB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A5B6DB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A5B6DB
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 #A5B6DB Background
Contrast Ratio against Pure White (#FFFFFF):2.04 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A5B6DB Background
Contrast Ratio against Pure Black (#000000):10.31 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A5B6DB;
}
.element {
color: #A5B6DB;
background-color: #A5B6DB;
border-color: #A5B6DB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A5B6DB] text-[#A5B6DB] border-[#A5B6DB]"> Content styled with #A5B6DB </div>