Cadet Blue (Blue)
#749E90
RGB: 116, 158, 144
Color OverviewHEX #749E90

#749E90 Color Code Information

In the RGB color space, #749E90 is composed of 45% red, 62% green, and 56% blue. In the HSL color space, it has a hue of 160°, saturation of 18%, and lightness of 54%.

HEX
#749E90
RGB
116, 158, 144
HSL
160°, 18%, 54%
HSV
160°, 27%, 62%
CMYK
27%, 0%, 9%, 38%
Name Match
Cadet Blue
Closest Standard

Shades of #749E90 (Darker Variations)

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

Tints of #749E90 (Lighter Variations)

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

Tones of #749E90 (Muted Variations)

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

Color Harmonies for #749E90

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #749E90;
}

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