Pink (Pink)
#E6ADB1
RGB: 230, 173, 177
Color OverviewHEX #E6ADB1

#E6ADB1 Color Code Information

In the RGB color space, #E6ADB1 is composed of 90% red, 68% green, and 69% blue. In the HSL color space, it has a hue of 356°, saturation of 53%, and lightness of 79%.

HEX
#E6ADB1
RGB
230, 173, 177
HSL
356°, 53%, 79%
HSV
356°, 25%, 90%
CMYK
0%, 25%, 23%, 10%
Name Match
Pink
Closest Standard

Shades of #E6ADB1 (Darker Variations)

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

Tints of #E6ADB1 (Lighter Variations)

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

Tones of #E6ADB1 (Muted Variations)

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

Color Harmonies for #E6ADB1

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

Developer Code Snippets & Tailwind CSS

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

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