Pink (Pink)
#E4B1BA
RGB: 228, 177, 186
Color OverviewHEX #E4B1BA

#E4B1BA Color Code Information

In the RGB color space, #E4B1BA is composed of 89% red, 69% green, and 73% blue. In the HSL color space, it has a hue of 349°, saturation of 49%, and lightness of 79%.

HEX
#E4B1BA
RGB
228, 177, 186
HSL
349°, 49%, 79%
HSV
349°, 22%, 89%
CMYK
0%, 22%, 18%, 11%
Name Match
Pink
Closest Standard

Shades of #E4B1BA (Darker Variations)

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

Tints of #E4B1BA (Lighter Variations)

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

Tones of #E4B1BA (Muted Variations)

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

Color Harmonies for #E4B1BA

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

Developer Code Snippets & Tailwind CSS

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

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