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