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