Prussian Blue (Blue)
#051E2E
RGB: 5, 30, 46
Color OverviewHEX #051E2E

#051E2E Color Code Information

In the RGB color space, #051E2E is composed of 2% red, 12% green, and 18% blue. In the HSL color space, it has a hue of 203°, saturation of 80%, and lightness of 10%.

HEX
#051E2E
RGB
5, 30, 46
HSL
203°, 80%, 10%
HSV
203°, 89%, 18%
CMYK
89%, 35%, 0%, 82%
Name Match
Prussian Blue
Closest Standard

Shades of #051E2E (Darker Variations)

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

Tints of #051E2E (Lighter Variations)

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

Tones of #051E2E (Muted Variations)

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

Color Harmonies for #051E2E

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 #051E2E Background
Contrast Ratio against Pure White (#FFFFFF):17.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #051E2E Background
Contrast Ratio against Pure Black (#000000):1.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #051E2E;
}

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