Dark Slate Gray (Neutral)
#315348
RGB: 49, 83, 72
Color OverviewHEX #315348

#315348 Color Code Information

In the RGB color space, #315348 is composed of 19% red, 33% green, and 28% blue. In the HSL color space, it has a hue of 161°, saturation of 26%, and lightness of 26%.

HEX
#315348
RGB
49, 83, 72
HSL
161°, 26%, 26%
HSV
161°, 41%, 33%
CMYK
41%, 0%, 13%, 67%
Name Match
Dark Slate Gray
Closest Standard

Shades of #315348 (Darker Variations)

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

Tints of #315348 (Lighter Variations)

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

Tones of #315348 (Muted Variations)

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

Color Harmonies for #315348

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

Developer Code Snippets & Tailwind CSS

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

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