Cadet Blue (Blue)
#7F99AD
RGB: 127, 153, 173
Color OverviewHEX #7F99AD

#7F99AD Color Code Information

In the RGB color space, #7F99AD is composed of 50% red, 60% green, and 68% blue. In the HSL color space, it has a hue of 206°, saturation of 22%, and lightness of 59%.

HEX
#7F99AD
RGB
127, 153, 173
HSL
206°, 22%, 59%
HSV
206°, 27%, 68%
CMYK
27%, 12%, 0%, 32%
Name Match
Cadet Blue
Closest Standard

Shades of #7F99AD (Darker Variations)

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

Tints of #7F99AD (Lighter Variations)

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

Tones of #7F99AD (Muted Variations)

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

Color Harmonies for #7F99AD

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

Developer Code Snippets & Tailwind CSS

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

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