Cadet Blue (Blue)
#529FA3
RGB: 82, 159, 163
Color OverviewHEX #529FA3

#529FA3 Color Code Information

In the RGB color space, #529FA3 is composed of 32% red, 62% green, and 64% blue. In the HSL color space, it has a hue of 183°, saturation of 33%, and lightness of 48%.

HEX
#529FA3
RGB
82, 159, 163
HSL
183°, 33%, 48%
HSV
183°, 50%, 64%
CMYK
50%, 2%, 0%, 36%
Name Match
Cadet Blue
Closest Standard

Shades of #529FA3 (Darker Variations)

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

Tints of #529FA3 (Lighter Variations)

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

Tones of #529FA3 (Muted Variations)

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

Color Harmonies for #529FA3

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 #529FA3 Background
Contrast Ratio against Pure White (#FFFFFF):3.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #529FA3 Background
Contrast Ratio against Pure Black (#000000):6.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #529FA3;
}

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