Black (Neutral)
#151D1A
RGB: 21, 29, 26
Color OverviewHEX #151D1A

#151D1A Color Code Information

In the RGB color space, #151D1A is composed of 8% red, 11% green, and 10% blue. In the HSL color space, it has a hue of 158°, saturation of 16%, and lightness of 10%.

HEX
#151D1A
RGB
21, 29, 26
HSL
158°, 16%, 10%
HSV
158°, 28%, 11%
CMYK
28%, 0%, 10%, 89%
Name Match
Black
Closest Standard

Shades of #151D1A (Darker Variations)

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

Tints of #151D1A (Lighter Variations)

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

Tones of #151D1A (Muted Variations)

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

Color Harmonies for #151D1A

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

Developer Code Snippets & Tailwind CSS

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

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