Cadet Blue (Blue)
#58958E
RGB: 88, 149, 142
Color OverviewHEX #58958E

#58958E Color Code Information

In the RGB color space, #58958E is composed of 35% red, 58% green, and 56% blue. In the HSL color space, it has a hue of 173°, saturation of 26%, and lightness of 46%.

HEX
#58958E
RGB
88, 149, 142
HSL
173°, 26%, 46%
HSV
173°, 41%, 58%
CMYK
41%, 0%, 5%, 42%
Name Match
Cadet Blue
Closest Standard

Shades of #58958E (Darker Variations)

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

Tints of #58958E (Lighter Variations)

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

Tones of #58958E (Muted Variations)

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

Color Harmonies for #58958E

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #58958E;
}

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