Cobalt (Blue)
#0922AF
RGB: 9, 34, 175
Color OverviewHEX #0922AF

#0922AF Color Code Information

In the RGB color space, #0922AF is composed of 4% red, 13% green, and 69% blue. In the HSL color space, it has a hue of 231°, saturation of 90%, and lightness of 36%.

HEX
#0922AF
RGB
9, 34, 175
HSL
231°, 90%, 36%
HSV
231°, 95%, 69%
CMYK
95%, 81%, 0%, 31%
Name Match
Cobalt
Closest Standard

Shades of #0922AF (Darker Variations)

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

Tints of #0922AF (Lighter Variations)

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

Tones of #0922AF (Muted Variations)

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

Color Harmonies for #0922AF

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 #0922AF Background
Contrast Ratio against Pure White (#FFFFFF):11.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0922AF Background
Contrast Ratio against Pure Black (#000000):1.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #0922AF;
}

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