Rosy Brown (Brown)
#D297A1
RGB: 210, 151, 161
Color OverviewHEX #D297A1

#D297A1 Color Code Information

In the RGB color space, #D297A1 is composed of 82% red, 59% green, and 63% blue. In the HSL color space, it has a hue of 350°, saturation of 40%, and lightness of 71%.

HEX
#D297A1
RGB
210, 151, 161
HSL
350°, 40%, 71%
HSV
350°, 28%, 82%
CMYK
0%, 28%, 23%, 18%
Name Match
Rosy Brown
Closest Standard

Shades of #D297A1 (Darker Variations)

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

Tints of #D297A1 (Lighter Variations)

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

Tones of #D297A1 (Muted Variations)

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

Color Harmonies for #D297A1

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

Developer Code Snippets & Tailwind CSS

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

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