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