Black (Neutral)
#030508
RGB: 3, 5, 8
Color OverviewHEX #030508

#030508 Color Code Information

In the RGB color space, #030508 is composed of 1% red, 2% green, and 3% blue. In the HSL color space, it has a hue of 216°, saturation of 45%, and lightness of 2%.

HEX
#030508
RGB
3, 5, 8
HSL
216°, 45%, 2%
HSV
216°, 63%, 3%
CMYK
63%, 37%, 0%, 97%
Name Match
Black
Closest Standard

Shades of #030508 (Darker Variations)

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

Tints of #030508 (Lighter Variations)

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

Tones of #030508 (Muted Variations)

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

Color Harmonies for #030508

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

Developer Code Snippets & Tailwind CSS

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

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