Orchid (Purple)
#DB75CE
RGB: 219, 117, 206
Color OverviewHEX #DB75CE

#DB75CE Color Code Information

In the RGB color space, #DB75CE is composed of 86% red, 46% green, and 81% blue. In the HSL color space, it has a hue of 308°, saturation of 59%, and lightness of 66%.

HEX
#DB75CE
RGB
219, 117, 206
HSL
308°, 59%, 66%
HSV
308°, 47%, 86%
CMYK
0%, 47%, 6%, 14%
Name Match
Orchid
Closest Standard

Shades of #DB75CE (Darker Variations)

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

Tints of #DB75CE (Lighter Variations)

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

Tones of #DB75CE (Muted Variations)

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

Color Harmonies for #DB75CE

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

Developer Code Snippets & Tailwind CSS

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

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