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