Charcoal (Neutral)
#2B093B
RGB: 43, 9, 59
Color OverviewHEX #2B093B

#2B093B Color Code Information

In the RGB color space, #2B093B is composed of 17% red, 4% green, and 23% blue. In the HSL color space, it has a hue of 281°, saturation of 74%, and lightness of 13%.

HEX
#2B093B
RGB
43, 9, 59
HSL
281°, 74%, 13%
HSV
281°, 85%, 23%
CMYK
27%, 85%, 0%, 77%
Name Match
Charcoal
Closest Standard

Shades of #2B093B (Darker Variations)

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

Tints of #2B093B (Lighter Variations)

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

Tones of #2B093B (Muted Variations)

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

Color Harmonies for #2B093B

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

Developer Code Snippets & Tailwind CSS

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

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