Prussian Blue (Blue)
#034C59
RGB: 3, 76, 89
Color OverviewHEX #034C59

#034C59 Color Code Information

In the RGB color space, #034C59 is composed of 1% red, 30% green, and 35% blue. In the HSL color space, it has a hue of 189°, saturation of 93%, and lightness of 18%.

HEX
#034C59
RGB
3, 76, 89
HSL
189°, 93%, 18%
HSV
189°, 97%, 35%
CMYK
97%, 15%, 0%, 65%
Name Match
Prussian Blue
Closest Standard

Shades of #034C59 (Darker Variations)

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

Tints of #034C59 (Lighter Variations)

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

Tones of #034C59 (Muted Variations)

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

Color Harmonies for #034C59

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 #034C59 Background
Contrast Ratio against Pure White (#FFFFFF):9.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #034C59 Background
Contrast Ratio against Pure Black (#000000):2.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #034C59;
}

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