Cadet Blue (Blue)
#71A6B0
RGB: 113, 166, 176
Color OverviewHEX #71A6B0

#71A6B0 Color Code Information

In the RGB color space, #71A6B0 is composed of 44% red, 65% green, and 69% blue. In the HSL color space, it has a hue of 190°, saturation of 29%, and lightness of 57%.

HEX
#71A6B0
RGB
113, 166, 176
HSL
190°, 29%, 57%
HSV
190°, 36%, 69%
CMYK
36%, 6%, 0%, 31%
Name Match
Cadet Blue
Closest Standard

Shades of #71A6B0 (Darker Variations)

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

Tints of #71A6B0 (Lighter Variations)

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

Tones of #71A6B0 (Muted Variations)

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

Color Harmonies for #71A6B0

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

Developer Code Snippets & Tailwind CSS

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

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