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