Orchid (Purple)
#D485BA
RGB: 212, 133, 186
Color OverviewHEX #D485BA

#D485BA Color Code Information

In the RGB color space, #D485BA is composed of 83% red, 52% green, and 73% blue. In the HSL color space, it has a hue of 320°, saturation of 48%, and lightness of 68%.

HEX
#D485BA
RGB
212, 133, 186
HSL
320°, 48%, 68%
HSV
320°, 37%, 83%
CMYK
0%, 37%, 12%, 17%
Name Match
Orchid
Closest Standard

Shades of #D485BA (Darker Variations)

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

Tints of #D485BA (Lighter Variations)

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

Tones of #D485BA (Muted Variations)

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

Color Harmonies for #D485BA

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

Developer Code Snippets & Tailwind CSS

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

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