Black (Neutral)
#01261A
RGB: 1, 38, 26
Color OverviewHEX #01261A

#01261A Color Code Information

In the RGB color space, #01261A is composed of 0% red, 15% green, and 10% blue. In the HSL color space, it has a hue of 161°, saturation of 95%, and lightness of 8%.

HEX
#01261A
RGB
1, 38, 26
HSL
161°, 95%, 8%
HSV
161°, 97%, 15%
CMYK
97%, 0%, 32%, 85%
Name Match
Black
Closest Standard

Shades of #01261A (Darker Variations)

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

Tints of #01261A (Lighter Variations)

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

Tones of #01261A (Muted Variations)

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

Color Harmonies for #01261A

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

Developer Code Snippets & Tailwind CSS

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

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