Orchid (Purple)
#DC89CE
RGB: 220, 137, 206
Color OverviewHEX #DC89CE

#DC89CE Color Code Information

In the RGB color space, #DC89CE is composed of 86% red, 54% green, and 81% blue. In the HSL color space, it has a hue of 310°, saturation of 54%, and lightness of 70%.

HEX
#DC89CE
RGB
220, 137, 206
HSL
310°, 54%, 70%
HSV
310°, 38%, 86%
CMYK
0%, 38%, 6%, 14%
Name Match
Orchid
Closest Standard

Shades of #DC89CE (Darker Variations)

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

Tints of #DC89CE (Lighter Variations)

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

Tones of #DC89CE (Muted Variations)

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

Color Harmonies for #DC89CE

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

Developer Code Snippets & Tailwind CSS

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

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