Prussian Blue (Blue)
#023943
RGB: 2, 57, 67
Color OverviewHEX #023943
#023943 Color Code Information
In the RGB color space, #023943 is composed of 1% red, 22% green, and 26% blue. In the HSL color space, it has a hue of 189°, saturation of 94%, and lightness of 14%.
HEX
#023943
RGB
2, 57, 67
HSL
189°, 94%, 14%
HSV
189°, 97%, 26%
CMYK
97%, 15%, 0%, 74%
Name Match
Prussian Blue
Closest StandardShades of #023943 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #023943 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #023943 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #023943
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #023943 Background
Contrast Ratio against Pure White (#FFFFFF):12.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #023943 Background
Contrast Ratio against Pure Black (#000000):1.67 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #023943;
}
.element {
color: #023943;
background-color: #023943;
border-color: #023943;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#023943] text-[#023943] border-[#023943]"> Content styled with #023943 </div>