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