Black (Neutral)
#050809
RGB: 5, 8, 9
Color OverviewHEX #050809

#050809 Color Code Information

In the RGB color space, #050809 is composed of 2% red, 3% green, and 4% blue. In the HSL color space, it has a hue of 195°, saturation of 29%, and lightness of 3%.

HEX
#050809
RGB
5, 8, 9
HSL
195°, 29%, 3%
HSV
195°, 44%, 4%
CMYK
44%, 11%, 0%, 96%
Name Match
Black
Closest Standard

Shades of #050809 (Darker Variations)

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

Tints of #050809 (Lighter Variations)

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

Tones of #050809 (Muted Variations)

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

Color Harmonies for #050809

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

Developer Code Snippets & Tailwind CSS

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

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