Orchid (Purple)
#BE8BC4
RGB: 190, 139, 196
Color OverviewHEX #BE8BC4
#BE8BC4 Color Code Information
In the RGB color space, #BE8BC4 is composed of 75% red, 55% green, and 77% blue. In the HSL color space, it has a hue of 294°, saturation of 33%, and lightness of 66%.
HEX
#BE8BC4
RGB
190, 139, 196
HSL
294°, 33%, 66%
HSV
294°, 29%, 77%
CMYK
3%, 29%, 0%, 23%
Name Match
Orchid
Closest StandardShades of #BE8BC4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BE8BC4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BE8BC4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BE8BC4
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 #BE8BC4 Background
Contrast Ratio against Pure White (#FFFFFF):2.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BE8BC4 Background
Contrast Ratio against Pure Black (#000000):7.68 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BE8BC4;
}
.element {
color: #BE8BC4;
background-color: #BE8BC4;
border-color: #BE8BC4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BE8BC4] text-[#BE8BC4] border-[#BE8BC4]"> Content styled with #BE8BC4 </div>