Navy (Blue)
#2008BA
RGB: 32, 8, 186
Color OverviewHEX #2008BA
#2008BA Color Code Information
In the RGB color space, #2008BA is composed of 13% red, 3% green, and 73% blue. In the HSL color space, it has a hue of 248°, saturation of 92%, and lightness of 38%.
HEX
#2008BA
RGB
32, 8, 186
HSL
248°, 92%, 38%
HSV
248°, 96%, 73%
CMYK
83%, 96%, 0%, 27%
Name Match
Navy
Closest StandardShades of #2008BA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #2008BA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #2008BA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #2008BA
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 #2008BA Background
Contrast Ratio against Pure White (#FFFFFF):11.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2008BA Background
Contrast Ratio against Pure Black (#000000):1.81 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #2008BA;
}
.element {
color: #2008BA;
background-color: #2008BA;
border-color: #2008BA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#2008BA] text-[#2008BA] border-[#2008BA]"> Content styled with #2008BA </div>