Rosy Brown (Brown)
#D384B0
RGB: 211, 132, 176
Color OverviewHEX #D384B0

#D384B0 Color Code Information

In the RGB color space, #D384B0 is composed of 83% red, 52% green, and 69% blue. In the HSL color space, it has a hue of 327°, saturation of 47%, and lightness of 67%.

HEX
#D384B0
RGB
211, 132, 176
HSL
327°, 47%, 67%
HSV
327°, 37%, 83%
CMYK
0%, 37%, 17%, 17%
Name Match
Rosy Brown
Closest Standard

Shades of #D384B0 (Darker Variations)

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

Tints of #D384B0 (Lighter Variations)

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

Tones of #D384B0 (Muted Variations)

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

Color Harmonies for #D384B0

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

Developer Code Snippets & Tailwind CSS

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

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