Cadet Blue (Blue)
#64C5A5
RGB: 100, 197, 165
Color OverviewHEX #64C5A5

#64C5A5 Color Code Information

In the RGB color space, #64C5A5 is composed of 39% red, 77% green, and 65% blue. In the HSL color space, it has a hue of 160°, saturation of 46%, and lightness of 58%.

HEX
#64C5A5
RGB
100, 197, 165
HSL
160°, 46%, 58%
HSV
160°, 49%, 77%
CMYK
49%, 0%, 16%, 23%
Name Match
Cadet Blue
Closest Standard

Shades of #64C5A5 (Darker Variations)

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

Tints of #64C5A5 (Lighter Variations)

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

Tones of #64C5A5 (Muted Variations)

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

Color Harmonies for #64C5A5

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #64C5A5;
}

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