Prussian Blue (Blue)
#02262D
RGB: 2, 38, 45
Color OverviewHEX #02262D

#02262D Color Code Information

In the RGB color space, #02262D is composed of 1% red, 15% green, and 18% blue. In the HSL color space, it has a hue of 190°, saturation of 91%, and lightness of 9%.

HEX
#02262D
RGB
2, 38, 45
HSL
190°, 91%, 9%
HSV
190°, 96%, 18%
CMYK
96%, 16%, 0%, 82%
Name Match
Prussian Blue
Closest Standard

Shades of #02262D (Darker Variations)

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

Tints of #02262D (Lighter Variations)

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

Tones of #02262D (Muted Variations)

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

Color Harmonies for #02262D

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

Developer Code Snippets & Tailwind CSS

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

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