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