Dark Slate Gray (Neutral)
#246156
RGB: 36, 97, 86
Color OverviewHEX #246156
#246156 Color Code Information
In the RGB color space, #246156 is composed of 14% red, 38% green, and 34% blue. In the HSL color space, it has a hue of 169°, saturation of 46%, and lightness of 26%.
HEX
#246156
RGB
36, 97, 86
HSL
169°, 46%, 26%
HSV
169°, 63%, 38%
CMYK
63%, 0%, 11%, 62%
Name Match
Dark Slate Gray
Closest StandardShades of #246156 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #246156 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #246156 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #246156
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #246156 Background
Contrast Ratio against Pure White (#FFFFFF):7.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #246156 Background
Contrast Ratio against Pure Black (#000000):2.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #246156;
}
.element {
color: #246156;
background-color: #246156;
border-color: #246156;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#246156] text-[#246156] border-[#246156]"> Content styled with #246156 </div>