Dark Slate Gray (Neutral)
#314768
RGB: 49, 71, 104
Color OverviewHEX #314768

#314768 Color Code Information

In the RGB color space, #314768 is composed of 19% red, 28% green, and 41% blue. In the HSL color space, it has a hue of 216°, saturation of 36%, and lightness of 30%.

HEX
#314768
RGB
49, 71, 104
HSL
216°, 36%, 30%
HSV
216°, 53%, 41%
CMYK
53%, 32%, 0%, 59%
Name Match
Dark Slate Gray
Closest Standard

Shades of #314768 (Darker Variations)

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

Tints of #314768 (Lighter Variations)

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

Tones of #314768 (Muted Variations)

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

Color Harmonies for #314768

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

Developer Code Snippets & Tailwind CSS

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

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