Cadet Blue (Blue)
#7BA98C
RGB: 123, 169, 140
Color OverviewHEX #7BA98C

#7BA98C Color Code Information

In the RGB color space, #7BA98C is composed of 48% red, 66% green, and 55% blue. In the HSL color space, it has a hue of 142°, saturation of 21%, and lightness of 57%.

HEX
#7BA98C
RGB
123, 169, 140
HSL
142°, 21%, 57%
HSV
142°, 27%, 66%
CMYK
27%, 0%, 17%, 34%
Name Match
Cadet Blue
Closest Standard

Shades of #7BA98C (Darker Variations)

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

Tints of #7BA98C (Lighter Variations)

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

Tones of #7BA98C (Muted Variations)

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

Color Harmonies for #7BA98C

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

Developer Code Snippets & Tailwind CSS

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

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