Light Blue (Blue)
#A7DCD5
RGB: 167, 220, 213
Color OverviewHEX #A7DCD5

#A7DCD5 Color Code Information

In the RGB color space, #A7DCD5 is composed of 65% red, 86% green, and 84% blue. In the HSL color space, it has a hue of 172°, saturation of 43%, and lightness of 76%.

HEX
#A7DCD5
RGB
167, 220, 213
HSL
172°, 43%, 76%
HSV
172°, 24%, 86%
CMYK
24%, 0%, 3%, 14%
Name Match
Light Blue
Closest Standard

Shades of #A7DCD5 (Darker Variations)

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

Tints of #A7DCD5 (Lighter Variations)

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

Tones of #A7DCD5 (Muted Variations)

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

Color Harmonies for #A7DCD5

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 #A7DCD5 Background
Contrast Ratio against Pure White (#FFFFFF):1.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A7DCD5 Background
Contrast Ratio against Pure Black (#000000):13.84 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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