Cadet Blue (Blue)
#69A5A0
RGB: 105, 165, 160
Color OverviewHEX #69A5A0

#69A5A0 Color Code Information

In the RGB color space, #69A5A0 is composed of 41% red, 65% green, and 63% blue. In the HSL color space, it has a hue of 175°, saturation of 25%, and lightness of 53%.

HEX
#69A5A0
RGB
105, 165, 160
HSL
175°, 25%, 53%
HSV
175°, 36%, 65%
CMYK
36%, 0%, 3%, 35%
Name Match
Cadet Blue
Closest Standard

Shades of #69A5A0 (Darker Variations)

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

Tints of #69A5A0 (Lighter Variations)

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

Tones of #69A5A0 (Muted Variations)

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

Color Harmonies for #69A5A0

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #69A5A0;
}

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