Prussian Blue (Blue)
#024450
RGB: 2, 68, 80
Color OverviewHEX #024450

#024450 Color Code Information

In the RGB color space, #024450 is composed of 1% red, 27% green, and 31% blue. In the HSL color space, it has a hue of 189°, saturation of 95%, and lightness of 16%.

HEX
#024450
RGB
2, 68, 80
HSL
189°, 95%, 16%
HSV
189°, 98%, 31%
CMYK
98%, 15%, 0%, 69%
Name Match
Prussian Blue
Closest Standard

Shades of #024450 (Darker Variations)

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

Tints of #024450 (Lighter Variations)

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

Tones of #024450 (Muted Variations)

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

Color Harmonies for #024450

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

Developer Code Snippets & Tailwind CSS

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

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