Cadet Blue (Blue)
#7CAC9C
RGB: 124, 172, 156
Color OverviewHEX #7CAC9C

#7CAC9C Color Code Information

In the RGB color space, #7CAC9C is composed of 49% red, 67% green, and 61% blue. In the HSL color space, it has a hue of 160°, saturation of 22%, and lightness of 58%.

HEX
#7CAC9C
RGB
124, 172, 156
HSL
160°, 22%, 58%
HSV
160°, 28%, 67%
CMYK
28%, 0%, 9%, 33%
Name Match
Cadet Blue
Closest Standard

Shades of #7CAC9C (Darker Variations)

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

Tints of #7CAC9C (Lighter Variations)

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

Tones of #7CAC9C (Muted Variations)

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

Color Harmonies for #7CAC9C

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

Developer Code Snippets & Tailwind CSS

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

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