Black (Neutral)
#14171E
RGB: 20, 23, 30
Color OverviewHEX #14171E

#14171E Color Code Information

In the RGB color space, #14171E is composed of 8% red, 9% green, and 12% blue. In the HSL color space, it has a hue of 222°, saturation of 20%, and lightness of 10%.

HEX
#14171E
RGB
20, 23, 30
HSL
222°, 20%, 10%
HSV
222°, 33%, 12%
CMYK
33%, 23%, 0%, 88%
Name Match
Black
Closest Standard

Shades of #14171E (Darker Variations)

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

Tints of #14171E (Lighter Variations)

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

Tones of #14171E (Muted Variations)

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

Color Harmonies for #14171E

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

Developer Code Snippets & Tailwind CSS

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

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