Prussian Blue (Blue)
#064A6F
RGB: 6, 74, 111
Color OverviewHEX #064A6F

#064A6F Color Code Information

In the RGB color space, #064A6F is composed of 2% red, 29% green, and 44% blue. In the HSL color space, it has a hue of 201°, saturation of 90%, and lightness of 23%.

HEX
#064A6F
RGB
6, 74, 111
HSL
201°, 90%, 23%
HSV
201°, 95%, 44%
CMYK
95%, 33%, 0%, 56%
Name Match
Prussian Blue
Closest Standard

Shades of #064A6F (Darker Variations)

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

Tints of #064A6F (Lighter Variations)

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

Tones of #064A6F (Muted Variations)

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

Color Harmonies for #064A6F

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 #064A6F Background
Contrast Ratio against Pure White (#FFFFFF):9.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #064A6F Background
Contrast Ratio against Pure Black (#000000):2.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #064A6F;
}

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