Cadet Blue (Blue)
#5CB8B0
RGB: 92, 184, 176
Color OverviewHEX #5CB8B0

#5CB8B0 Color Code Information

In the RGB color space, #5CB8B0 is composed of 36% red, 72% green, and 69% blue. In the HSL color space, it has a hue of 175°, saturation of 39%, and lightness of 54%.

HEX
#5CB8B0
RGB
92, 184, 176
HSL
175°, 39%, 54%
HSV
175°, 50%, 72%
CMYK
50%, 0%, 4%, 28%
Name Match
Cadet Blue
Closest Standard

Shades of #5CB8B0 (Darker Variations)

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

Tints of #5CB8B0 (Lighter Variations)

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

Tones of #5CB8B0 (Muted Variations)

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

Color Harmonies for #5CB8B0

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

Developer Code Snippets & Tailwind CSS

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

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