Silver (Neutral)
#9F9DBB
RGB: 159, 157, 187
Color OverviewHEX #9F9DBB

#9F9DBB Color Code Information

In the RGB color space, #9F9DBB is composed of 62% red, 62% green, and 73% blue. In the HSL color space, it has a hue of 244°, saturation of 18%, and lightness of 67%.

HEX
#9F9DBB
RGB
159, 157, 187
HSL
244°, 18%, 67%
HSV
244°, 16%, 73%
CMYK
15%, 16%, 0%, 27%
Name Match
Silver
Closest Standard

Shades of #9F9DBB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #9F9DBB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #9F9DBB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #9F9DBB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #9F9DBB Background
Contrast Ratio against Pure White (#FFFFFF):2.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9F9DBB Background
Contrast Ratio against Pure Black (#000000):8.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #9F9DBB;
}

.element {
  color: #9F9DBB;
  background-color: #9F9DBB;
  border-color: #9F9DBB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#9F9DBB] text-[#9F9DBB] border-[#9F9DBB]">
  Content styled with #9F9DBB
</div>