Rosy Brown (Brown)
#DB949D
RGB: 219, 148, 157
Color OverviewHEX #DB949D

#DB949D Color Code Information

In the RGB color space, #DB949D is composed of 86% red, 58% green, and 62% blue. In the HSL color space, it has a hue of 352°, saturation of 50%, and lightness of 72%.

HEX
#DB949D
RGB
219, 148, 157
HSL
352°, 50%, 72%
HSV
352°, 32%, 86%
CMYK
0%, 32%, 28%, 14%
Name Match
Rosy Brown
Closest Standard

Shades of #DB949D (Darker Variations)

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

Tints of #DB949D (Lighter Variations)

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

Tones of #DB949D (Muted Variations)

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

Color Harmonies for #DB949D

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

Developer Code Snippets & Tailwind CSS

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

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