Cadet Blue (Blue)
#83AEAB
RGB: 131, 174, 171
Color OverviewHEX #83AEAB

#83AEAB Color Code Information

In the RGB color space, #83AEAB is composed of 51% red, 68% green, and 67% blue. In the HSL color space, it has a hue of 176°, saturation of 21%, and lightness of 60%.

HEX
#83AEAB
RGB
131, 174, 171
HSL
176°, 21%, 60%
HSV
176°, 25%, 68%
CMYK
25%, 0%, 2%, 32%
Name Match
Cadet Blue
Closest Standard

Shades of #83AEAB (Darker Variations)

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

Tints of #83AEAB (Lighter Variations)

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

Tones of #83AEAB (Muted Variations)

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

Color Harmonies for #83AEAB

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

Developer Code Snippets & Tailwind CSS

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

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