Cadet Blue (Blue)
#6DAFBA
RGB: 109, 175, 186
Color OverviewHEX #6DAFBA

#6DAFBA Color Code Information

In the RGB color space, #6DAFBA is composed of 43% red, 69% green, and 73% blue. In the HSL color space, it has a hue of 189°, saturation of 36%, and lightness of 58%.

HEX
#6DAFBA
RGB
109, 175, 186
HSL
189°, 36%, 58%
HSV
189°, 41%, 73%
CMYK
41%, 6%, 0%, 27%
Name Match
Cadet Blue
Closest Standard

Shades of #6DAFBA (Darker Variations)

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

Tints of #6DAFBA (Lighter Variations)

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

Tones of #6DAFBA (Muted Variations)

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

Color Harmonies for #6DAFBA

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 #6DAFBA Background
Contrast Ratio against Pure White (#FFFFFF):2.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #6DAFBA Background
Contrast Ratio against Pure Black (#000000):8.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #6DAFBA;
}

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