Dark Slate Gray (Neutral)
#294246
RGB: 41, 66, 70
Color OverviewHEX #294246

#294246 Color Code Information

In the RGB color space, #294246 is composed of 16% red, 26% green, and 27% blue. In the HSL color space, it has a hue of 188°, saturation of 26%, and lightness of 22%.

HEX
#294246
RGB
41, 66, 70
HSL
188°, 26%, 22%
HSV
188°, 41%, 27%
CMYK
41%, 6%, 0%, 73%
Name Match
Dark Slate Gray
Closest Standard

Shades of #294246 (Darker Variations)

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

Tints of #294246 (Lighter Variations)

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

Tones of #294246 (Muted Variations)

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

Color Harmonies for #294246

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

Developer Code Snippets & Tailwind CSS

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

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