Light Steel Blue (Blue)
#ADC0CD
RGB: 173, 192, 205
Color OverviewHEX #ADC0CD

#ADC0CD Color Code Information

In the RGB color space, #ADC0CD is composed of 68% red, 75% green, and 80% blue. In the HSL color space, it has a hue of 204°, saturation of 24%, and lightness of 74%.

HEX
#ADC0CD
RGB
173, 192, 205
HSL
204°, 24%, 74%
HSV
204°, 16%, 80%
CMYK
16%, 6%, 0%, 20%
Name Match
Light Steel Blue
Closest Standard

Shades of #ADC0CD (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #ADC0CD (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #ADC0CD (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #ADC0CD

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #ADC0CD Background
Contrast Ratio against Pure White (#FFFFFF):1.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #ADC0CD Background
Contrast Ratio against Pure Black (#000000):11.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #ADC0CD;
}

.element {
  color: #ADC0CD;
  background-color: #ADC0CD;
  border-color: #ADC0CD;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#ADC0CD] text-[#ADC0CD] border-[#ADC0CD]">
  Content styled with #ADC0CD
</div>