Black (Neutral)
#050D2E
RGB: 5, 13, 46
Color OverviewHEX #050D2E

#050D2E Color Code Information

In the RGB color space, #050D2E is composed of 2% red, 5% green, and 18% blue. In the HSL color space, it has a hue of 228°, saturation of 80%, and lightness of 10%.

HEX
#050D2E
RGB
5, 13, 46
HSL
228°, 80%, 10%
HSV
228°, 89%, 18%
CMYK
89%, 72%, 0%, 82%
Name Match
Black
Closest Standard

Shades of #050D2E (Darker Variations)

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

Tints of #050D2E (Lighter Variations)

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

Tones of #050D2E (Muted Variations)

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

Color Harmonies for #050D2E

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

Developer Code Snippets & Tailwind CSS

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

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