Prussian Blue (Blue)
#0F213E
RGB: 15, 33, 62
Color OverviewHEX #0F213E

#0F213E Color Code Information

In the RGB color space, #0F213E is composed of 6% red, 13% green, and 24% blue. In the HSL color space, it has a hue of 217°, saturation of 61%, and lightness of 15%.

HEX
#0F213E
RGB
15, 33, 62
HSL
217°, 61%, 15%
HSV
217°, 76%, 24%
CMYK
76%, 47%, 0%, 76%
Name Match
Prussian Blue
Closest Standard

Shades of #0F213E (Darker Variations)

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

Tints of #0F213E (Lighter Variations)

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

Tones of #0F213E (Muted Variations)

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

Color Harmonies for #0F213E

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

Developer Code Snippets & Tailwind CSS

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

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