Steel Blue (Blue)
#3B75AB
RGB: 59, 117, 171
Color OverviewHEX #3B75AB

#3B75AB Color Code Information

In the RGB color space, #3B75AB is composed of 23% red, 46% green, and 67% blue. In the HSL color space, it has a hue of 209°, saturation of 49%, and lightness of 45%.

HEX
#3B75AB
RGB
59, 117, 171
HSL
209°, 49%, 45%
HSV
209°, 65%, 67%
CMYK
65%, 32%, 0%, 33%
Name Match
Steel Blue
Closest Standard

Shades of #3B75AB (Darker Variations)

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

Tints of #3B75AB (Lighter Variations)

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

Tones of #3B75AB (Muted Variations)

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

Color Harmonies for #3B75AB

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 #3B75AB Background
Contrast Ratio against Pure White (#FFFFFF):4.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3B75AB Background
Contrast Ratio against Pure Black (#000000):4.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #3B75AB;
}

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