Steel Blue (Blue)
#5474AC
RGB: 84, 116, 172
Color OverviewHEX #5474AC

#5474AC Color Code Information

In the RGB color space, #5474AC is composed of 33% red, 45% green, and 67% blue. In the HSL color space, it has a hue of 218°, saturation of 35%, and lightness of 50%.

HEX
#5474AC
RGB
84, 116, 172
HSL
218°, 35%, 50%
HSV
218°, 51%, 67%
CMYK
51%, 33%, 0%, 33%
Name Match
Steel Blue
Closest Standard

Shades of #5474AC (Darker Variations)

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

Tints of #5474AC (Lighter Variations)

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

Tones of #5474AC (Muted Variations)

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

Color Harmonies for #5474AC

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 #5474AC Background
Contrast Ratio against Pure White (#FFFFFF):4.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5474AC Background
Contrast Ratio against Pure Black (#000000):4.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5474AC;
}

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