Orchid (Purple)
#D87DB5
RGB: 216, 125, 181
Color OverviewHEX #D87DB5
#D87DB5 Color Code Information
In the RGB color space, #D87DB5 is composed of 85% red, 49% green, and 71% blue. In the HSL color space, it has a hue of 323°, saturation of 54%, and lightness of 67%.
HEX
#D87DB5
RGB
216, 125, 181
HSL
323°, 54%, 67%
HSV
323°, 42%, 85%
CMYK
0%, 42%, 16%, 15%
Name Match
Orchid
Closest StandardShades of #D87DB5 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D87DB5 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D87DB5 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D87DB5
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #D87DB5 Background
Contrast Ratio against Pure White (#FFFFFF):2.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D87DB5 Background
Contrast Ratio against Pure Black (#000000):7.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D87DB5;
}
.element {
color: #D87DB5;
background-color: #D87DB5;
border-color: #D87DB5;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D87DB5] text-[#D87DB5] border-[#D87DB5]"> Content styled with #D87DB5 </div>