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