Steel Blue (Blue)
#317AA0
RGB: 49, 122, 160
Color OverviewHEX #317AA0

#317AA0 Color Code Information

In the RGB color space, #317AA0 is composed of 19% red, 48% green, and 63% blue. In the HSL color space, it has a hue of 201°, saturation of 53%, and lightness of 41%.

HEX
#317AA0
RGB
49, 122, 160
HSL
201°, 53%, 41%
HSV
201°, 69%, 63%
CMYK
69%, 24%, 0%, 37%
Name Match
Steel Blue
Closest Standard

Shades of #317AA0 (Darker Variations)

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

Tints of #317AA0 (Lighter Variations)

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

Tones of #317AA0 (Muted Variations)

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

Color Harmonies for #317AA0

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 #317AA0 Background
Contrast Ratio against Pure White (#FFFFFF):4.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #317AA0 Background
Contrast Ratio against Pure Black (#000000):4.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #317AA0;
}

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