Silver (Neutral)
#CEBABB
RGB: 206, 186, 187
Color OverviewHEX #CEBABB

#CEBABB Color Code Information

In the RGB color space, #CEBABB is composed of 81% red, 73% green, and 73% blue. In the HSL color space, it has a hue of 357°, saturation of 17%, and lightness of 77%.

HEX
#CEBABB
RGB
206, 186, 187
HSL
357°, 17%, 77%
HSV
357°, 10%, 81%
CMYK
0%, 10%, 9%, 19%
Name Match
Silver
Closest Standard

Shades of #CEBABB (Darker Variations)

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

Tints of #CEBABB (Lighter Variations)

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

Tones of #CEBABB (Muted Variations)

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

Color Harmonies for #CEBABB

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

Developer Code Snippets & Tailwind CSS

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

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