Prussian Blue (Blue)
#081254
RGB: 8, 18, 84
Color OverviewHEX #081254

#081254 Color Code Information

In the RGB color space, #081254 is composed of 3% red, 7% green, and 33% blue. In the HSL color space, it has a hue of 232°, saturation of 83%, and lightness of 18%.

HEX
#081254
RGB
8, 18, 84
HSL
232°, 83%, 18%
HSV
232°, 90%, 33%
CMYK
90%, 79%, 0%, 67%
Name Match
Prussian Blue
Closest Standard

Shades of #081254 (Darker Variations)

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

Tints of #081254 (Lighter Variations)

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

Tones of #081254 (Muted Variations)

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

Color Harmonies for #081254

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

Developer Code Snippets & Tailwind CSS

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

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