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