Black (Neutral)
#1C0409
RGB: 28, 4, 9
Color OverviewHEX #1C0409

#1C0409 Color Code Information

In the RGB color space, #1C0409 is composed of 11% red, 2% green, and 4% blue. In the HSL color space, it has a hue of 348°, saturation of 75%, and lightness of 6%.

HEX
#1C0409
RGB
28, 4, 9
HSL
348°, 75%, 6%
HSV
348°, 86%, 11%
CMYK
0%, 86%, 68%, 89%
Name Match
Black
Closest Standard

Shades of #1C0409 (Darker Variations)

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

Tints of #1C0409 (Lighter Variations)

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

Tones of #1C0409 (Muted Variations)

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

Color Harmonies for #1C0409

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

Developer Code Snippets & Tailwind CSS

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

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