Silver (Neutral)
#C69BBF
RGB: 198, 155, 191
Color OverviewHEX #C69BBF

#C69BBF Color Code Information

In the RGB color space, #C69BBF is composed of 78% red, 61% green, and 75% blue. In the HSL color space, it has a hue of 310°, saturation of 27%, and lightness of 69%.

HEX
#C69BBF
RGB
198, 155, 191
HSL
310°, 27%, 69%
HSV
310°, 22%, 78%
CMYK
0%, 22%, 4%, 22%
Name Match
Silver
Closest Standard

Shades of #C69BBF (Darker Variations)

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

Tints of #C69BBF (Lighter Variations)

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

Tones of #C69BBF (Muted Variations)

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

Color Harmonies for #C69BBF

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 #C69BBF Background
Contrast Ratio against Pure White (#FFFFFF):2.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C69BBF Background
Contrast Ratio against Pure Black (#000000):8.84 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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