Cerulean (Blue)
#0974AF
RGB: 9, 116, 175
Color OverviewHEX #0974AF

#0974AF Color Code Information

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

HEX
#0974AF
RGB
9, 116, 175
HSL
201°, 90%, 36%
HSV
201°, 95%, 69%
CMYK
95%, 34%, 0%, 31%
Name Match
Cerulean
Closest Standard

Shades of #0974AF (Darker Variations)

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

Tints of #0974AF (Lighter Variations)

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

Tones of #0974AF (Muted Variations)

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

Color Harmonies for #0974AF

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

Developer Code Snippets & Tailwind CSS

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

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