Cadet Blue (Blue)
#70A98E
RGB: 112, 169, 142
Color OverviewHEX #70A98E

#70A98E Color Code Information

In the RGB color space, #70A98E is composed of 44% red, 66% green, and 56% blue. In the HSL color space, it has a hue of 152°, saturation of 25%, and lightness of 55%.

HEX
#70A98E
RGB
112, 169, 142
HSL
152°, 25%, 55%
HSV
152°, 34%, 66%
CMYK
34%, 0%, 16%, 34%
Name Match
Cadet Blue
Closest Standard

Shades of #70A98E (Darker Variations)

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

Tints of #70A98E (Lighter Variations)

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

Tones of #70A98E (Muted Variations)

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

Color Harmonies for #70A98E

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #70A98E;
}

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