Navy (Blue)
#2304AF
RGB: 35, 4, 175
Color OverviewHEX #2304AF

#2304AF Color Code Information

In the RGB color space, #2304AF is composed of 14% red, 2% green, and 69% blue. In the HSL color space, it has a hue of 251°, saturation of 96%, and lightness of 35%.

HEX
#2304AF
RGB
35, 4, 175
HSL
251°, 96%, 35%
HSV
251°, 98%, 69%
CMYK
80%, 98%, 0%, 31%
Name Match
Navy
Closest Standard

Shades of #2304AF (Darker Variations)

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

Tints of #2304AF (Lighter Variations)

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

Tones of #2304AF (Muted Variations)

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

Color Harmonies for #2304AF

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

Developer Code Snippets & Tailwind CSS

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

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