Sky Blue (Blue)
#84B6CD
RGB: 132, 182, 205
Color OverviewHEX #84B6CD

#84B6CD Color Code Information

In the RGB color space, #84B6CD is composed of 52% red, 71% green, and 80% blue. In the HSL color space, it has a hue of 199°, saturation of 42%, and lightness of 66%.

HEX
#84B6CD
RGB
132, 182, 205
HSL
199°, 42%, 66%
HSV
199°, 36%, 80%
CMYK
36%, 11%, 0%, 20%
Name Match
Sky Blue
Closest Standard

Shades of #84B6CD (Darker Variations)

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

Tints of #84B6CD (Lighter Variations)

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

Tones of #84B6CD (Muted Variations)

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

Color Harmonies for #84B6CD

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

Developer Code Snippets & Tailwind CSS

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

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