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