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