Dark Slate Gray (Neutral)
#22464E
RGB: 34, 70, 78
Color OverviewHEX #22464E
#22464E Color Code Information
In the RGB color space, #22464E is composed of 13% red, 27% green, and 31% blue. In the HSL color space, it has a hue of 191°, saturation of 39%, and lightness of 22%.
HEX
#22464E
RGB
34, 70, 78
HSL
191°, 39%, 22%
HSV
191°, 56%, 31%
CMYK
56%, 10%, 0%, 69%
Name Match
Dark Slate Gray
Closest StandardShades of #22464E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #22464E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #22464E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #22464E
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 #22464E Background
Contrast Ratio against Pure White (#FFFFFF):10.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #22464E Background
Contrast Ratio against Pure Black (#000000):2.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #22464E;
}
.element {
color: #22464E;
background-color: #22464E;
border-color: #22464E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#22464E] text-[#22464E] border-[#22464E]"> Content styled with #22464E </div>