Cobalt (Blue)
#20489D
RGB: 32, 72, 157
Color OverviewHEX #20489D

#20489D Color Code Information

In the RGB color space, #20489D is composed of 13% red, 28% green, and 62% blue. In the HSL color space, it has a hue of 221°, saturation of 66%, and lightness of 37%.

HEX
#20489D
RGB
32, 72, 157
HSL
221°, 66%, 37%
HSV
221°, 80%, 62%
CMYK
80%, 54%, 0%, 38%
Name Match
Cobalt
Closest Standard

Shades of #20489D (Darker Variations)

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

Tints of #20489D (Lighter Variations)

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

Tones of #20489D (Muted Variations)

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

Color Harmonies for #20489D

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 #20489D Background
Contrast Ratio against Pure White (#FFFFFF):8.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #20489D Background
Contrast Ratio against Pure Black (#000000):2.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #20489D;
}

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