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