Dark Slate Gray (Neutral)
#30693A
RGB: 48, 105, 58
Color OverviewHEX #30693A

#30693A Color Code Information

In the RGB color space, #30693A is composed of 19% red, 41% green, and 23% blue. In the HSL color space, it has a hue of 131°, saturation of 37%, and lightness of 30%.

HEX
#30693A
RGB
48, 105, 58
HSL
131°, 37%, 30%
HSV
131°, 54%, 41%
CMYK
54%, 0%, 45%, 59%
Name Match
Dark Slate Gray
Closest Standard

Shades of #30693A (Darker Variations)

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

Tints of #30693A (Lighter Variations)

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

Tones of #30693A (Muted Variations)

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

Color Harmonies for #30693A

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

Developer Code Snippets & Tailwind CSS

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

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