Dark Slate Gray (Neutral)
#2E4C60
RGB: 46, 76, 96
Color OverviewHEX #2E4C60

#2E4C60 Color Code Information

In the RGB color space, #2E4C60 is composed of 18% red, 30% green, and 38% blue. In the HSL color space, it has a hue of 204°, saturation of 35%, and lightness of 28%.

HEX
#2E4C60
RGB
46, 76, 96
HSL
204°, 35%, 28%
HSV
204°, 52%, 38%
CMYK
52%, 21%, 0%, 62%
Name Match
Dark Slate Gray
Closest Standard

Shades of #2E4C60 (Darker Variations)

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

Tints of #2E4C60 (Lighter Variations)

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

Tones of #2E4C60 (Muted Variations)

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

Color Harmonies for #2E4C60

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

Developer Code Snippets & Tailwind CSS

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

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