Cadet Blue (Blue)
#4A9DAB
RGB: 74, 157, 171
Color OverviewHEX #4A9DAB

#4A9DAB Color Code Information

In the RGB color space, #4A9DAB is composed of 29% red, 62% green, and 67% blue. In the HSL color space, it has a hue of 189°, saturation of 40%, and lightness of 48%.

HEX
#4A9DAB
RGB
74, 157, 171
HSL
189°, 40%, 48%
HSV
189°, 57%, 67%
CMYK
57%, 8%, 0%, 33%
Name Match
Cadet Blue
Closest Standard

Shades of #4A9DAB (Darker Variations)

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

Tints of #4A9DAB (Lighter Variations)

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

Tones of #4A9DAB (Muted Variations)

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

Color Harmonies for #4A9DAB

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 #4A9DAB Background
Contrast Ratio against Pure White (#FFFFFF):3.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4A9DAB Background
Contrast Ratio against Pure Black (#000000):6.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #4A9DAB;
}

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