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